|
|
@@ -127,7 +127,10 @@
|
|
|
下载
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="scope.row.auditedStatus !== '1' && currentNode === 'clcs'"
|
|
|
+ v-if="
|
|
|
+ scope.row.auditedStatus !== '1' &&
|
|
|
+ (currentNode === 'clcs' || currentNode === 'tjcl')
|
|
|
+ "
|
|
|
type="text"
|
|
|
size="small"
|
|
|
:disabled="isViewMode"
|
|
|
@@ -146,7 +149,10 @@
|
|
|
模版下载
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="scope.row.auditedStatus !== '1' && currentNode === 'clcs'"
|
|
|
+ v-if="
|
|
|
+ scope.row.auditedStatus !== '1' &&
|
|
|
+ (currentNode === 'clcs' || currentNode === 'tjcl')
|
|
|
+ "
|
|
|
type="text"
|
|
|
size="small"
|
|
|
:disabled="isViewMode"
|