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}} + | +
|
+ |
+ |||||||