|
@@ -801,7 +801,7 @@
|
|
|
>申请退押
|
|
|
</el-button>
|
|
|
<el-button type="text" class="textColor"
|
|
|
- v-if="(scope.row.examineStatus == 'OK' ||scope.row.dataState == 'AMEND') && isCustomer"
|
|
|
+ v-if="(scope.row.examineStatus == 'OK' && scope.row.dataState == 'AMEND') && isCustomer"
|
|
|
@click="replenishClick(scope.row.depositManageId)">补充资料</el-button>
|
|
|
<!-- <el-button type="text" class="textColor" slot="reference"
|
|
|
>免扣退押</el-button
|