内容发布

This commit is contained in:
yanran200730
2021-12-21 14:39:59 +08:00
parent c32e22ac80
commit 9dc6dbb4b7
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toAdd(row.id)">编辑</el-button>
<el-button type="text" @click="moduleId = row.menuId, form.moduleId = row.menuId, getCateList(), isShowAdd = true">分类</el-button>
<el-button type="text" @click="moduleId = row.id, form.moduleId = row.id, getCateList(), isShowAdd = true">分类</el-button>
<el-button type="text" @click="remove(row.id)">删除</el-button>
</div>
</template>
@@ -91,7 +91,7 @@
colConfigs: [
{ prop: 'moduleName', label: '模块名称', align: 'left', width: '200px' },
{ prop: 'menuName', label: '关联菜单', align: 'center' },
{ prop: 'createUnitName', label: '文章分类', align: 'center' }
{ prop: 'categoryStr', label: '文章分类', align: 'center' }
],
cateColConfigs: [
{prop: 'categoryName', label: '分类名称', align: 'center'}

View File

@@ -50,7 +50,7 @@
<el-button
@click="remove(item.id)"
type="text"
icon="iconfont iconpublish"
icon="iconfont iconDelete"
class="list-item__operate--item">
删除
</el-button>