优化代码

This commit is contained in:
java110 2020-12-08 19:00:15 +08:00
parent 369adf1ae9
commit be7e4bd931

View File

@ -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">