更新访客预约

This commit is contained in:
chenglijuan
2026-04-30 17:08:30 +08:00
parent c6bef45940
commit 85dca5c7a1
5 changed files with 21 additions and 11 deletions
+4
View File
@@ -19,6 +19,10 @@
<text class="form-label">来访事由</text>
<input class="form-input" placeholder="请输入来访事由" value="{{form.reason}}" bindinput="onReasonInput" />
</view>
<view class="form-group">
<text class="form-label">车牌号</text>
<input class="form-input" placeholder="如: 粤A12345(选填)" value="{{form.plateNumber}}" bindinput="onPlateNumberInput" maxlength="8" confirm-type="done" />
</view>
</view>
<!-- 预约时间 -->