权限修改

This commit is contained in:
hongchao 2025-01-20 17:23:56 +08:00
parent 9dffb46b18
commit 7a31d25cd2
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@
type="primary" type="primary"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-hasPermi="['ma:partType:edit']" v-hasPermi="['ma:type:edit']"
> >
修改 修改
</el-button> </el-button>
@ -200,7 +200,7 @@
type="warning" type="warning"
icon="el-icon-delete-solid" icon="el-icon-delete-solid"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['ma:partType:remove']" v-hasPermi="['ma:type:remove']"
> >
删除 删除
</el-button> </el-button>