|
@@ -452,7 +452,7 @@
|
|
|
@click="examineFn(scope.row.depositManageId)">审批</el-button>
|
|
|
|
|
|
<el-button type="text" class="textColor"
|
|
|
- v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && isCustomer && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
+ v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && isCustomer"
|
|
|
@click="replenishClick(scope.row.depositManageId)">补充资料</el-button>
|
|
|
<el-button type="text" class="textColor"
|
|
|
v-if="scope.row.examineStatus == 'WAIT_REVIEW' && $checkBtnRole('examine', $route.meta.roles)"
|