瀏覽代碼

限制补充资料按钮

zhouhao 2 年之前
父節點
當前提交
c0e5828fff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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