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