1
lzhe
2024-06-19 fdb97cca1f302db3fe07cc700130a085d991d682
src/views/mdc/processParam/index.vue
@@ -275,8 +275,7 @@
                tooltip: {
                    position: ['50%', '50%']
                },
                legend: [
                ],
                legend: {},
                title: {
                    text: '',
                    subtext: '',
@@ -363,7 +362,7 @@
                            // return current.format('HH:mm')
                            // return value
                            if (i == 0 || current === 0) return ''
                            return `${name}:开始时间${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}`
                            return `${name}:时段${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}`
                        }
                    },
                }
@@ -378,6 +377,9 @@
                    //     return current.format('HH:mm')
                    // }
                },
                legend: {
                    selectedMode: false
                },
                title: {
                    text: '',
                    subtext: '',