|
@@ -243,7 +243,7 @@
|
|
|
融资开立:融资方通过+平台通过+其他为空||
|
|
|
确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <!-- <el-button
|
|
|
+ <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
@@ -253,13 +253,6 @@
|
|
|
(scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
(scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
(scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
- >盖章</el-button> -->
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
- @click="seal(scope.row)"
|
|
|
- v-hasPermi="['credit:credit:seal']"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|