Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
239cbdd4
authored
Sep 19, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix行业应用管理搜索,隐藏没有用到的组件类型字段
parent
6d9e1642
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
src/views/biz/industryapplication/index.vue
+15
-15
No files found.
src/views/biz/industryapplication/index.vue
View file @
239cbdd4
...
...
@@ -35,21 +35,21 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"组件类型"
prop=
"assemblyType"
>
<el-select
v-model=
"queryParams.assemblyType"
placeholder=
"请选择组件类型"
clearable
class=
"!w-150px"
>
<el-option
v-for=
"dict in getIntDictOptions(DICT_TYPE.INDUSTRY_APPLICATION_TYPE)"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/
>
</el-select
>
</el-form-item
>
<!--
<el-form-item
label=
"组件类型"
prop=
"assemblyType"
>
--
>
<!--
<el-select-->
<!-- v-model="queryParams.assemblyType"-->
<!-- placeholder="请选择组件类型"-->
<!-- clearable-->
<!-- class="!w-150px"-->
<!-- >--
>
<!--
<el-option-->
<!-- v-for="dict in getIntDictOptions(DICT_TYPE.INDUSTRY_APPLICATION_TYPE)"-->
<!-- :key="dict.value"-->
<!-- :label="dict.label"-->
<!-- :value="dict.value"-->
<!-- />--
>
<!--
</el-select>
--
>
<!--
</el-form-item>
--
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
>
<Icon
icon=
"ep:search"
class=
"mr-5px"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment