|
@@ -79,7 +79,7 @@
|
|
align = "center"
|
|
align = "center"
|
|
width="200">
|
|
width="200">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-button @click="deleteDialog(scope.row)" type="text" size="small" v-if="scope.row.deleteReason == null && scope.row.endTime == null">撤回</el-button>
|
|
|
|
|
|
+ <!-- <el-button @click="deleteDialog(scope.row)" type="text" size="small" v-if="scope.row.deleteReason == null && scope.row.endTime == null">撤回</el-button> -->
|
|
<el-button @click="showHisTaskForm(scope.row)" type="text" size="small">流程进度</el-button>
|
|
<el-button @click="showHisTaskForm(scope.row)" type="text" size="small">流程进度</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|