src/views/console/base/Shiftsystem.vue
@@ -98,7 +98,6 @@ dayCharts() { let { data = [], categories = [], startTime, end } = this.getData1() console.log('>>>>>>', data) return { title: { text: '班制概览' @@ -226,7 +225,6 @@ }) let startTime = moment(moment().format('YYYY-MM-DD') + ' 00:00:00').add(base, 'm').unix() let end = moment.unix(startTime).add(24, 'h').unix() console.log(moment.unix(startTime).format('YYYY-MM-DD HH:mm:ss'), 'startTIme', moment.unix(end).format('YYYY-MM-DD HH:mm:ss')) let data = []; var types = [ { name: 1, color: '#7b9ce1' },