文章分类新增可选商户帮助中心
This commit is contained in:
parent
32a240f81e
commit
6835e49e9c
|
@ -58,6 +58,14 @@
|
||||||
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
||||||
>
|
>
|
||||||
<el-table-column label="分类名称" prop="categoryName" />
|
<el-table-column label="分类名称" prop="categoryName" />
|
||||||
|
<el-table-column label="类型" align="center" prop="type">
|
||||||
|
<template slot-scope="{ row }" >
|
||||||
|
<dict-tag
|
||||||
|
:options="dict.type.article_category_type"
|
||||||
|
:value="row.type"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="状态" align="center" prop="categoryStatus">
|
<el-table-column label="状态" align="center" prop="categoryStatus">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.article_category_status" :value="scope.row.categoryStatus"/>
|
<dict-tag :options="dict.type.article_category_status" :value="scope.row.categoryStatus"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user