|
@@ -54,7 +54,7 @@
|
|
|
<el-table-column label="操作" width="80" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button v-if="scope.row.status == '0' && checkPermi(['business:INSTACTIONTASK:query'])" size="mini" type="text" @click="handleExamine(scope.row)"
|
|
|
- >详情</el-button>
|
|
|
+ >审核</el-button>
|
|
|
|
|
|
<!-- <el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handlePass(scope.row)"
|
|
|
>通过审核</el-button>
|
|
@@ -62,7 +62,7 @@
|
|
|
>驳回</el-button> -->
|
|
|
|
|
|
<el-button size="mini" type="text" @click="handleDetail(scope.row)"
|
|
|
- v-if="scope.row.status != '0'">详情</el-button>
|
|
|
+ v-if="scope.row.status != '0'">审核</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -83,7 +83,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<span slot="footer" class="dialog-footer" v-if="taskList.status == 0">
|
|
|
- <el-button v-if="checkPermi(['task:instaction:approve'])" type="primary" @click="submitBtn('同意')">同意</el-button>
|
|
|
+ <el-button v-if="checkPermi(['task:instaction:approve'])" type="primary" @click="submitBtn('审核通过')">审核通过</el-button>
|
|
|
<el-button v-if="checkPermi(['task:instaction:reject'])" type="warning" @click="submitBtn('驳回')">驳回</el-button>
|
|
|
<!-- <el-button v-if="checkPermi(['task:instaction:goback'])" type="danger" @click="submitBtn('退回')">退回</el-button> -->
|
|
|
</span>
|