Commit 732f2c76 by caoyanzhi

调整字段

parent b3450b0f
......@@ -19,7 +19,7 @@
<template slot-scope="{ row }">
<el-button type="text" @click="onEditMenu(row)">编辑</el-button>
<el-button type="text" @click="onEditMenu(row, true)">新建子节点</el-button>
<el-button type="text" @click="toPermissionList(row)">{{ row.operationItemFlag == 1 ? '查看权限项' : '新建权限项'}}</el-button>
<el-button type="text" @click="toPermissionList(row)">编辑权限项</el-button>
<el-button type="text" @click="onDelMenu(row)">删除</el-button>
</template>
</el-table-column>
......
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 to comment