更新选中台桌样式

This commit is contained in:
YeMingfei666 2024-10-29 09:43:40 +08:00
parent a06c32334e
commit 13ecd39c8c
1 changed files with 24 additions and 19 deletions

View File

@ -23,8 +23,9 @@
</view>
<view class="list ">
<view class=" bg-fff box bg-fff">
<view class="">
<template v-if="tables.list.length">
<view class=" bg-fff box bg-fff">
<view class="u-flex item u-row-between" v-for="(item,index) in tables.list" :key="index"
@tap="chooseTable(index,item)">
<view class="u-flex">
@ -46,8 +47,12 @@
</view>
</view>
</view>
</view>
<view class="u-m-t-32">
<my-pagination :page="query.page" :totalElements="query.totalElements" :size="query.size"
@change="pageChange"></my-pagination>
</view>
</template>