ソースを参照

只有经销商可用补充资料按钮

zhouhao 2 年 前
コミット
d49a7cae81
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/deposit_home/refund_list.vue

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

@@ -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)"