feat: 快速预定页面调整
This commit is contained in:
@@ -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>
|
||||
|
||||
<!-- 日历组件 -->
|
||||
|
||||
Reference in New Issue
Block a user