fix: 借库审批页按钮权限码改为 op_borrow_approval:operation(主管看不到审批按钮)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user