Commit 5b06e08d by Jony.L

活动咨询管理 隐藏咨询类别和行业类别字段

parent 6a4343b1
...@@ -93,18 +93,18 @@ ...@@ -93,18 +93,18 @@
> >
<el-table-column type="selection" width="55" /> <el-table-column type="selection" width="55" />
<!-- <el-table-column label="资讯类别" align="center" prop="category" />--> <!-- <el-table-column label="资讯类别" align="center" prop="category" />-->
<el-table-column label="资讯类别" align="center" prop="category"> <!-- <el-table-column label="资讯类别" align="center" prop="category">-->
<template #default="scope"> <!-- <template #default="scope">-->
<dict-tag :type="DICT_TYPE.HOME_INFO_INFORMATION_CATEGORY" :value="Number(scope.row.category)" /> <!-- <dict-tag :type="DICT_TYPE.HOME_INFO_INFORMATION_CATEGORY" :value="Number(scope.row.category)" />-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<!-- <el-table-column label="行业类别" align="center" prop="industryCategory" />--> <!-- <el-table-column label="行业类别" align="center" prop="industryCategory" />-->
<el-table-column label="行业类别" align="center" prop="industryCategory"> <!-- <el-table-column label="行业类别" align="center" prop="industryCategory">-->
<template #default="scope"> <!-- <template #default="scope">-->
<dict-tag :type="DICT_TYPE.HOME_INFO_INDUSTRY_CATEGORY" :value="Number(scope.row.industryCategory)" /> <!-- <dict-tag :type="DICT_TYPE.HOME_INFO_INDUSTRY_CATEGORY" :value="Number(scope.row.industryCategory)" />-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column label="标题" align="center" prop="title" /> <el-table-column label="标题" align="center" prop="title" />
<!-- <el-table-column label="描述内容" align="center" prop="description" />--> <!-- <el-table-column label="描述内容" align="center" prop="description" />-->
......
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