瀏覽代碼

核销按钮显示问题

yewc 11 月之前
父節點
當前提交
da2cc7dffc
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      client/src/views/OaSystem/financialManagement/loan/loan.vue

+ 6 - 1
client/src/views/OaSystem/financialManagement/loan/loan.vue

@@ -99,7 +99,12 @@
               <div class="operateBtn" @click="operateClick(scope.row)">
                 <span>查看</span>
               </div>
-              <div v-hasPermi="['loan-cancel']" class="operateBtn" @click="openForm(scope.row)">
+              <div
+                v-if="scope.row.isVerify != 1"
+                v-hasPermi="['loan-cancel']"
+                class="operateBtn"
+                @click="openForm(scope.row)"
+              >
                 <span>核销</span>
               </div>
             </div>