@@ -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>