更新选中台桌样式
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user