Selaa lähdekoodia

退押补充资料

zhouhao 2 vuotta sitten
vanhempi
commit
53dd1398a7
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/deposit_home/refund_list.vue

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

@@ -451,12 +451,12 @@
                   v-if="scope.row.examineStatus == 'WAIT' && $checkBtnRole('examine', $route.meta.roles)"
                   @click="examineFn(scope.row.depositManageId)">审批</el-button>
 
-                <el-button type="text" class="textColor"
+                <!-- <el-button type="text" class="textColor"
                   v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && $checkBtnRole('examine', $route.meta.roles)"
                   @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)"
-                  @click="reexamineClick(scope.row.depositManageId)">复核</el-button>
+                  @click="reexamineClick(scope.row.depositManageId)">复核</el-button> -->
 
                 <el-button type="text" class="textColor" v-if="
                   scope.row.examineStatus == 'SAVE' ||