Преглед изворни кода

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

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