feat: 快速预定页面调整

This commit is contained in:
duanshuwen
2025-10-25 14:05:34 +08:00
parent ea36177f05
commit b9c1f45b29
24 changed files with 458 additions and 1301 deletions

View File

@@ -50,7 +50,12 @@
</view>
</template>
<Card v-for="(item, index) in dataList" :key="index" :item="item" />
<Card
v-for="(item, index) in dataList"
:key="index"
:item="item"
:selectedDate="selectedDate"
/>
</z-paging>
<!-- 日历组件 -->