|
|
@@ -94,13 +94,15 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="200" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
v-if="
|
|
|
scope.row.isUpload === '1' &&
|
|
|
((scope.row.auditedStatus === '0' &&
|
|
|
(currentStatus === 200 || currentStatus === '200') &&
|
|
|
(currentNode === 'clcs' || currentNode === 'sdsh')) ||
|
|
|
(scope.row.taskNode === 'jtsy' &&
|
|
|
+ scope.row.auditedStatus === '0') ||
|
|
|
+ (scope.row.taskNode === 'yjgz' &&
|
|
|
scope.row.auditedStatus === '0'))
|
|
|
"
|
|
|
type="text"
|
|
|
@@ -108,6 +110,16 @@
|
|
|
@click="handleAuditMaterial(scope.row)"
|
|
|
>
|
|
|
审核
|
|
|
+ </el-button> -->
|
|
|
+ <el-button
|
|
|
+ v-if="
|
|
|
+ scope.row.isUpload === '1' && scope.row.auditedStatus === '0'
|
|
|
+ "
|
|
|
+ type="text"
|
|
|
+ size="small"
|
|
|
+ @click="handleAuditMaterial(scope.row)"
|
|
|
+ >
|
|
|
+ 审核
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
type="text"
|