Commit 6809317a by 叶富雄

修改审批逻辑

parent a095bc9c
......@@ -13,7 +13,7 @@
ref="rightContent"
>
<template #btnGroup="scope">
<el-button @click="examine(scope.scope)" type="text">审批</el-button>
<el-button :disabled="scope.scope.row.ifsp!='能'" @click="examine(scope.scope)" type="text">审批</el-button>
</template>
</right-content>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment