|
@@ -288,7 +288,8 @@ export default {
|
|
|
},
|
|
|
disabledDate (current) {
|
|
|
// Can not select days today and after today
|
|
|
- return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
|
|
|
+ // return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
|
|
|
+ return current > this.BaseTool.Moment().endOf('day')
|
|
|
},
|
|
|
handleEdit (record) {
|
|
|
this.visible = false
|