mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
加入日期箭头问题
This commit is contained in:
parent
a3f9b4c715
commit
adfe1a5e78
@ -136,7 +136,7 @@
|
||||
return;
|
||||
}
|
||||
}, function (errInfo, error) {
|
||||
vc.toast("查询地区失败");
|
||||
vc.toast("查询模板配置失败");
|
||||
});
|
||||
},
|
||||
clearAddJobInfo: function () {
|
||||
|
||||
@ -19,12 +19,12 @@
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<input size="16" type="text" placeholder="请选择开始时间" readonly class="form-control start_time">
|
||||
<input size="16" type="text" placeholder="请选择开始时间" readonly class="form-control form_datetime start_time">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input size="16" type="text" placeholder="请选择结束时间" readonly class="form-control end_time">
|
||||
<input size="16" type="text" placeholder="请选择结束时间" readonly class="form-control form_datetime end_time">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user