物资中配件类型管理按钮权限修改

This commit is contained in:
hongchao 2025-01-13 18:31:19 +08:00
parent 7383001aae
commit 06a8f49852
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="['machinery:type:edit']" v-hasPermi="['ma:partType: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="['machinery:type:edit']" v-hasPermi="['ma:partType:remove']"
> >
删除 删除
</el-button> </el-button>