|
@@ -114,6 +114,13 @@
|
|
|
min-width="120"
|
|
|
label="审批状态">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="workFlowBusinessExt.currentApproverName"
|
|
|
+ header-align="center"
|
|
|
+ align="center"
|
|
|
+ min-width="160"
|
|
|
+ label="当前审批人">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
fixed="right"
|
|
|
header-align="center"
|
|
@@ -123,7 +130,6 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button v-if="isAuth('prod:damage:info')" type="text" size="small" @click="detailHandle(scope.row.recordId)">查看</el-button>
|
|
|
<el-button v-if="isAuth('prod:damage:again') && Number(scope.row.state) !== 2 && Number(scope.row.workFlowBusinessExt.state) == 3" type="text" size="small" @click="reScheduleHandle(scope.row.recordId)">重新排产</el-button>
|
|
|
- <el-button v-if="isAuth('prod:damage:info') && Number(scope.row.workFlowBusinessExt.state) <= 2" type="text" size="small" @click="reScheduleHandle(scope.row.recordId)">审批</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|