Jelajahi Sumber

修复预案审批bug

chauncey 9 bulan lalu
induk
melakukan
c8206300c6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)"
               />