mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化代码
This commit is contained in:
parent
369adf1ae9
commit
be7e4bd931
@ -12,7 +12,7 @@
|
||||
<select class="custom-select" v-model="carCreateFeeAddInfo.locationTypeCd">
|
||||
<option selected disabled value="">必填,请选择收费范围</option>
|
||||
<option value="1000">小区</option>
|
||||
<!-- <option value="2000">停车场</option> -->
|
||||
<option value="2000">停车场</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -50,8 +50,8 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">计费起始时间</label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="carCreateFeeAddInfo.startTime" type="text" placeholder="必填,请填写计费起始时间"
|
||||
class="form-control carCreateFeeStartTime">
|
||||
<input v-model="carCreateFeeAddInfo.startTime" type="text"
|
||||
placeholder="必填,请填写计费起始时间" class="form-control carCreateFeeStartTime">
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user