fix: 借库审批页按钮权限码改为 op_borrow_approval:operation(主管看不到审批按钮)
This commit is contained in:
@ -119,7 +119,7 @@
|
|||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<template v-if="row.status === 0">
|
<template v-if="row.status === 0">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="userStore.hasPermission('borrow_approval:operation')"
|
v-if="userStore.hasPermission('op_borrow_approval:operation')"
|
||||||
type="success"
|
type="success"
|
||||||
size="small"
|
size="small"
|
||||||
:loading="row._approving"
|
:loading="row._approving"
|
||||||
@ -128,7 +128,7 @@
|
|||||||
通过
|
通过
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="userStore.hasPermission('borrow_approval:operation')"
|
v-if="userStore.hasPermission('op_borrow_approval:operation')"
|
||||||
type="danger"
|
type="danger"
|
||||||
size="small"
|
size="small"
|
||||||
:loading="row._approving"
|
:loading="row._approving"
|
||||||
|
|||||||
Reference in New Issue
Block a user