Commit dd873d0c by chenqiang

重点人员管理审配,删除按钮控制

parent a1093ca8
......@@ -12,8 +12,9 @@
@toInfor="toInfor"
>
<template #btnGroup="scope">
<!-- <span class="hbyp" @click="edit(scope.scope)">修改</span>-->
<span class="hbyp" @click="dele(scope.scope)">删除</span>
<span class="hbyp"
v-if="scope.scope.row.splc != '0'"
@click="dele(scope.scope)">删除</span>
</template>
</right-content>
</div>
......
......@@ -11,7 +11,9 @@
@toInfor="toInfor"
>
<template #btnGroup="scope">
<span class="hbyp" @click="examine(scope.scope)">审批</span>
<span class="hbyp"
v-if="scope.scope.row.splc != '0'"
@click="examine(scope.scope)">审批</span>
</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