Explorar el Código

Merge branch 'master_bug' into develop

zhouhao hace 2 años
padre
commit
76e1a06ecb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/deposit_home/deposit_list.vue

+ 1 - 1
src/views/deposit_home/deposit_list.vue

@@ -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') || (scope.row.examineStatus == 'OK' && scope.row.dataState == 'NORMAL') )&& isCustomer"
                   @click="replenishClick(scope.row.depositManageId)">补充资料</el-button>
                 <!-- <el-button type="text" class="textColor" slot="reference"
                   >免扣退押</el-button