|
|
@@ -105,7 +105,8 @@
|
|
|
<el-button
|
|
|
v-if="
|
|
|
scope.row.currentNode === 'clcs' &&
|
|
|
- scope.row.status === '审核中'
|
|
|
+ (scope.row.status === '审核中' ||
|
|
|
+ scope.row.status === '补充材料')
|
|
|
"
|
|
|
type="text"
|
|
|
@click="handleOpenDetails(scope.row)"
|
|
|
@@ -114,7 +115,7 @@
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="
|
|
|
- (scope.row.currentNode === 'sdshenhe' ||
|
|
|
+ (scope.row.currentNode === 'sdsh' ||
|
|
|
scope.row.currentNode === 'yjfk') &&
|
|
|
scope.row.status === '审核中'
|
|
|
"
|