更改
This commit is contained in:
@@ -872,7 +872,7 @@ layout("/layouts/platform.html"){
|
||||
calPlayTime(time) {
|
||||
const year = new Date().getFullYear()
|
||||
const lot = this.lotList.find(o => o.id === this.lineData.lotId)
|
||||
const beforeTime = moment(year + '-10-01').add(-(Number(lot.lotValue)), 'days')
|
||||
const beforeTime = moment(year + '-09-01').add(-(Number(lot.lotValue)), 'days')
|
||||
return !(time > new Date(year + '-06-30') && time < beforeTime)
|
||||
},
|
||||
platStartChange(time, row) {
|
||||
|
||||
Reference in New Issue
Block a user