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
6d9e1642
authored
Sep 19, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix行业应用管理搜索,隐藏没有用到的组件类型字段
parent
8c4ea6c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/views/biz/industryapplication/index.vue
+6
-5
No files found.
src/views/biz/industryapplication/index.vue
View file @
6d9e1642
...
...
@@ -123,11 +123,11 @@
<el-table-column
label=
"标题"
align=
"center"
prop=
"title"
/>
<el-table-column
label=
"链接地址"
align=
"center"
prop=
"url"
/>
<el-table-column
label=
"组件类型"
align=
"center"
prop=
"assemblyType"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.INDUSTRY_APPLICATION_TYPE"
:value=
"scope.row.assemblyType"
/
>
</
template
>
</el-table-column
>
<!-- <el-table-column label="组件类型" align="center" prop="assemblyType">--
>
<!-- <template #default="scope">--
>
<!-- <dict-tag :type="DICT_TYPE.INDUSTRY_APPLICATION_TYPE" :value="scope.row.assemblyType" />--
>
<!-- </template>--
>
<!-- </el-table-column>--
>
<!-- <el-table-column label="描述内容" align="center" prop="description">-->
<!-- <template #default="scope">-->
...
...
@@ -195,6 +195,7 @@ const total = ref(0) // 列表的总页数
const
queryParams
=
reactive
({
pageNo
:
1
,
pageSize
:
10
,
information
:
undefined
,
title
:
undefined
,
showStatus
:
undefined
,
createTime
:
[],
...
...
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