소스 검색

feat:修改分班没数据保存

DESKTOP-USV654P\pc 4 달 전
부모
커밋
b1e15d97d7
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      src/views/educational/division/components/DsionStep5.vue

+ 8 - 1
src/views/educational/division/components/DsionStep5.vue

@@ -2,7 +2,14 @@
   <div class="dsion-step5">
     <BasicTable @register="registerTable" :searchInfo="searchInfo">
       <template #toolbar>
-        <a-button type="primary" @click="handelConfirm" :loading="loadingRef">分班确认</a-button>
+        <a-button
+          type="primary"
+          @click="handelConfirm"
+          :loading="loadingRef"
+          :disabled="status === 1"
+        >
+          分班确认
+        </a-button>
       </template>
     </BasicTable>
   </div>