add: 优化台桌

This commit is contained in:
gyq
2025-09-29 13:44:39 +08:00
parent 610410afa6
commit 3174d24e30
3 changed files with 182 additions and 164 deletions

View File

@@ -80,8 +80,8 @@
<div class="row row1" style="align-items: flex-start">
<span style="font-size: 14px; color: #333">
{{ item.bookingInfo.createUserName }}{{ item.bookingInfo.bookingPerson }}{{
item.bookingInfo.gender == 1 ? "先生" : "女士"
}}
item.bookingInfo.gender == 1 ? "先生" : "女士"
}}
</span>
<div class="state" style="font-size: 12px; color: #666; display: flex; align-items: center">
<img style="width: 16px; height: 16px; filter: contrast(0.5)" src="@/assets/images/perpole.png"
@@ -143,8 +143,8 @@
<el-button type="info" :style="{
backgroundColor: status[item.status].type,
borderColor: status[item.status].type,
}" @click="cleanTableHandle(item)">
}">
理中
</el-button>
</template>
<template v-else>