更新选中台桌样式

This commit is contained in:
2024-10-29 09:43:40 +08:00
parent a06c32334e
commit 13ecd39c8c

View File

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