|
|
@@ -64,7 +64,7 @@
|
|
|
<div class="action-container--div" style="justify-content: left">
|
|
|
<!-- 待审核:显示审核和查看 -->
|
|
|
<template v-if="scope.row.status === 1">
|
|
|
- <ActionButton text="审核" @click="handleApprove(scope.row.id)" v-if="scope.row.canApprove"/>
|
|
|
+ <!-- <ActionButton text="审核" @click="handleApprove(scope.row.id)" v-if="scope.row.canApprove"/> -->
|
|
|
<ActionButton text="查看" @click="handleView(scope.row.id)" />
|
|
|
</template>
|
|
|
<!-- 审核通过(需求部门通过或安全部门通过):显示查看和入账 -->
|