From 381d0d430dbfb8e9cd48a1cd836a06c5cda55ef8 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Wed, 7 Jan 2026 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=B7=B2=E5=94=AE=E6=94=BE=E5=88=B0?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E6=97=81=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/reserve/RoomList.vue | 38 ++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/src/components/reserve/RoomList.vue b/src/components/reserve/RoomList.vue index 7e5ab20..1405c84 100644 --- a/src/components/reserve/RoomList.vue +++ b/src/components/reserve/RoomList.vue @@ -22,18 +22,33 @@ - + + + + /小时 + + 已售 {{ item.sold > 10 ? '10+' : item.sold }} + + + - 已售 {{ item.sold > 10 ? '10+' : item.sold }} 预定 + + + + + + @@ -196,3 +211,20 @@ + + \ No newline at end of file