|
|
@ -82,6 +82,7 @@ |
|
|
type="datetimerange" |
|
|
type="datetimerange" |
|
|
range-separator="至" |
|
|
range-separator="至" |
|
|
:class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')" |
|
|
:class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')" |
|
|
|
|
|
:disabled="getDisabled()" |
|
|
:picker-options="pickerOptions" |
|
|
:picker-options="pickerOptions" |
|
|
@change="(val) => onDateChange(val, 'yyyy/MM/DD HH:mm:ss')" |
|
|
@change="(val) => onDateChange(val, 'yyyy/MM/DD HH:mm:ss')" |
|
|
start-placeholder="开始日期" |
|
|
start-placeholder="开始日期" |
|
|
|