权限修改
This commit is contained in:
parent
9dffb46b18
commit
7a31d25cd2
|
|
@ -191,7 +191,7 @@
|
|||
type="primary"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['ma:partType:edit']"
|
||||
v-hasPermi="['ma:type:edit']"
|
||||
>
|
||||
修改
|
||||
</el-button>
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
type="warning"
|
||||
icon="el-icon-delete-solid"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['ma:partType:remove']"
|
||||
v-hasPermi="['ma:type:remove']"
|
||||
>
|
||||
删除
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue