浏览代码

退押补充资料

zhouhao 2 年之前
父节点
当前提交
53dd1398a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  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' ||