mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 10:16:43 +08:00
国富commit-2ecc58241492ab82267476b5fe7ec8c39498988b
This commit is contained in:
@@ -29,6 +29,10 @@ export default {
|
||||
return new Date('2039-12-31')
|
||||
}
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
default: '11'
|
||||
@@ -138,7 +142,7 @@ export default {
|
||||
this.$emit('cancel', '')
|
||||
},
|
||||
DatePickerShow(flag) {
|
||||
if (this.readonly) {
|
||||
if (this.readonly || this.disabled) {
|
||||
return
|
||||
}
|
||||
this.showDataPicker = flag
|
||||
|
||||
Reference in New Issue
Block a user