Sfoglia il codice sorgente

修复预案审批bug

chauncey 9 mesi fa
parent
commit
c8206300c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/emergency/emergency-plan/PageApproval.vue

+ 1 - 1
src/views/emergency/emergency-plan/PageApproval.vue

@@ -36,7 +36,7 @@
           <template #action="scope">
             <div class="action-container--div">
               <ActionButton
-                v-if="scope.row.status === APPROVAL_STATUS.PENDING"
+                v-if="scope.row.approvalStatus === APPROVAL_STATUS.PENDING"
                 text="审批"
                 @click="handleApproval(scope.row.id, scope.row.approvalOrder)"
               />