内容发布
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
<el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
<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>
|
<el-button type="text" @click="remove(row.id)">删除</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
colConfigs: [
|
colConfigs: [
|
||||||
{ prop: 'moduleName', label: '模块名称', align: 'left', width: '200px' },
|
{ prop: 'moduleName', label: '模块名称', align: 'left', width: '200px' },
|
||||||
{ prop: 'menuName', label: '关联菜单', align: 'center' },
|
{ prop: 'menuName', label: '关联菜单', align: 'center' },
|
||||||
{ prop: 'createUnitName', label: '文章分类', align: 'center' }
|
{ prop: 'categoryStr', label: '文章分类', align: 'center' }
|
||||||
],
|
],
|
||||||
cateColConfigs: [
|
cateColConfigs: [
|
||||||
{prop: 'categoryName', label: '分类名称', align: 'center'}
|
{prop: 'categoryName', label: '分类名称', align: 'center'}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
@click="remove(item.id)"
|
@click="remove(item.id)"
|
||||||
type="text"
|
type="text"
|
||||||
icon="iconfont iconpublish"
|
icon="iconfont iconDelete"
|
||||||
class="list-item__operate--item">
|
class="list-item__operate--item">
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user