|
@@ -54,15 +54,15 @@
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handleExamine(scope.row)"
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handleExamine(scope.row)"
|
|
- v-hasPermi="['business:INSTACTIONTASK:task']">详情</el-button>
|
|
|
|
|
|
+ v-hasPermi="['business:INSTACTIONTASK:query']">详情</el-button>
|
|
|
|
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handlePass(scope.row)"
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handlePass(scope.row)"
|
|
- v-hasPermi="['business:INSTACTIONTASK:task']">通过审核</el-button>
|
|
|
|
|
|
+ v-hasPermi="['task:instaction:approve']">通过审核</el-button>
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handleReject(scope.row)"
|
|
<el-button v-if="scope.row.status == '0'" size="mini" type="text" @click="handleReject(scope.row)"
|
|
- v-hasPermi="['business:INSTACTIONTASK:task']">驳回</el-button>
|
|
|
|
|
|
+ v-hasPermi="['task:instaction:approve']">驳回</el-button>
|
|
|
|
|
|
<el-button size="mini" type="text" @click="handleDetail(scope.row)"
|
|
<el-button size="mini" type="text" @click="handleDetail(scope.row)"
|
|
- v-hasPermi="['business:INSTACTIONTASK:detail']" v-if="scope.row.status != '0'">详情</el-button>
|
|
|
|
|
|
+ v-hasPermi="['business:INSTACTIONTASK:query']" v-if="scope.row.status != '0'">详情</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|