From 55547d1089b25e1c92f7aa708a7482bea725f0fa Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 14 Oct 2022 17:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/vc.css | 5 + .../communitySpaceConfirm.html | 165 ++++++++++++++++++ .../communitySpaceConfirm.js | 121 +++++++++++++ .../communitySpacePersonManage.html | 4 +- 4 files changed, 293 insertions(+), 2 deletions(-) create mode 100644 public/pages/property/communitySpaceConfirm/communitySpaceConfirm.html create mode 100644 public/pages/property/communitySpaceConfirm/communitySpaceConfirm.js diff --git a/public/css/vc.css b/public/css/vc.css index aeb3d92af..3ee010e6c 100644 --- a/public/css/vc.css +++ b/public/css/vc.css @@ -352,6 +352,11 @@ padding-bottom: 25px; } +.font-1 { + font-size: 14px; + font-weight: 600; +} + .border { border: 1px solid #e7eaec; } diff --git a/public/pages/property/communitySpaceConfirm/communitySpaceConfirm.html b/public/pages/property/communitySpaceConfirm/communitySpaceConfirm.html new file mode 100644 index 000000000..780b7db2e --- /dev/null +++ b/public/pages/property/communitySpaceConfirm/communitySpaceConfirm.html @@ -0,0 +1,165 @@ +
| + 核销订单 + | ++ 场地 + | ++ 预约日期 + | ++ 预约时间 + | ++ 预约人 + | ++ 预约电话 + | ++ 核销时间 + | ++ 备注 + | +
|---|---|---|---|---|---|---|---|
| {{item.orderId}} | ++ {{item.spaceName}} + | ++ {{item.appointmentTime}} + | ++ {{item.hours}} + | ++ {{item.personName}} + | ++ {{item.personTel}} + | ++ {{item.createTime}} + | ++ {{item.remark}} + | +
|
+ |
+ |||||||