1、通知公告
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-23 16:28:30 +08:00
parent db8186d055
commit ae098aa1e0
13 changed files with 842 additions and 129 deletions

View File

@@ -20,7 +20,7 @@
<a-form-item class="form-button">
<a-button @click="handleClean">重置</a-button>
<a-button type="primary" class="primary-button"
:disabled="!formState.appointmentTime||!formState.openHours||!formState.personNumber"
:disabled="!formState.appointmentTime||!(formState.openHours&&formState.openHours.length)||!formState.personNumber"
@click="handleSearch">搜索</a-button>
</a-form-item>
</a-form>