fix: 借库审批页按钮权限码改为 op_borrow_approval:operation(主管看不到审批按钮)

This commit is contained in:
yueli
2026-09-04 09:23:33 +08:00
parent c68ffdca0f
commit e61351b0ca

View File

@ -119,7 +119,7 @@
<template #default="{ row }">
<template v-if="row.status === 0">
<el-button
v-if="userStore.hasPermission('borrow_approval:operation')"
v-if="userStore.hasPermission('op_borrow_approval:operation')"
type="success"
size="small"
:loading="row._approving"
@ -128,7 +128,7 @@
通过
</el-button>
<el-button
v-if="userStore.hasPermission('borrow_approval:operation')"
v-if="userStore.hasPermission('op_borrow_approval:operation')"
type="danger"
size="small"
:loading="row._approving"