内容发布
This commit is contained in:
		| @@ -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'} | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user