feat: 日期选择控件disabled修改
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
:format="format"
|
:format="format"
|
||||||
:valueFormat="format"
|
:valueFormat="format"
|
||||||
:allowClear="allowClear"
|
:allowClear="allowClear"
|
||||||
:disabled="originalDisabled"
|
:disabled="originalDisabled || disabled"
|
||||||
:showTime="format === 'YYYY-MM-DD HH:mm:ss'"
|
:showTime="format === 'YYYY-MM-DD HH:mm:ss'"
|
||||||
:picker="picker"
|
:picker="picker"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
|
|||||||
Reference in New Issue
Block a user