Commit 6d9e1642 by Jony.L

fix行业应用管理搜索,隐藏没有用到的组件类型字段

parent 8c4ea6c0
...@@ -123,11 +123,11 @@ ...@@ -123,11 +123,11 @@
<el-table-column label="标题" align="center" prop="title" /> <el-table-column label="标题" align="center" prop="title" />
<el-table-column label="链接地址" align="center" prop="url" /> <el-table-column label="链接地址" align="center" prop="url" />
<el-table-column label="组件类型" align="center" prop="assemblyType"> <!-- <el-table-column label="组件类型" align="center" prop="assemblyType">-->
<template #default="scope"> <!-- <template #default="scope">-->
<dict-tag :type="DICT_TYPE.INDUSTRY_APPLICATION_TYPE" :value="scope.row.assemblyType" /> <!-- <dict-tag :type="DICT_TYPE.INDUSTRY_APPLICATION_TYPE" :value="scope.row.assemblyType" />-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<!-- <el-table-column label="描述内容" align="center" prop="description">--> <!-- <el-table-column label="描述内容" align="center" prop="description">-->
<!-- <template #default="scope">--> <!-- <template #default="scope">-->
...@@ -195,6 +195,7 @@ const total = ref(0) // 列表的总页数 ...@@ -195,6 +195,7 @@ const total = ref(0) // 列表的总页数
const queryParams = reactive({ const queryParams = reactive({
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
information: undefined,
title: undefined, title: undefined,
showStatus: undefined, showStatus: undefined,
createTime: [], createTime: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment