Commit 68775a90 authored by wangqinghua's avatar wangqinghua

update

parent afcc1f77
...@@ -42,12 +42,10 @@ ...@@ -42,12 +42,10 @@
</div> </div>
<div nz-col nzSpan="8"> <div nz-col nzSpan="8">
<nz-date-picker <nz-date-picker
nzShowTime
[nzFormat]="timeFormat" [nzFormat]="timeFormat"
[(ngModel)]="startTime" [(ngModel)]="startTime"
nzPlaceHolder="开始时间"></nz-date-picker> nzPlaceHolder="开始时间"></nz-date-picker>
<nz-date-picker <nz-date-picker
nzShowTime
[nzFormat]="timeFormat" [nzFormat]="timeFormat"
[(ngModel)]="endTime" [(ngModel)]="endTime"
nzPlaceHolder="结束时间"></nz-date-picker> nzPlaceHolder="结束时间"></nz-date-picker>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment