Explorar el Código

核销按钮显示问题

yewc hace 11 meses
padre
commit
da2cc7dffc
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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)">
               <div class="operateBtn" @click="operateClick(scope.row)">
                 <span>查看</span>
                 <span>查看</span>
               </div>
               </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>
                 <span>核销</span>
               </div>
               </div>
             </div>
             </div>