diff --git a/src/views/govern/device/control/detail.vue b/src/views/govern/device/control/detail.vue index 51590cb..c16edae 100644 --- a/src/views/govern/device/control/detail.vue +++ b/src/views/govern/device/control/detail.vue @@ -142,17 +142,17 @@ const init = () => { // [1584086342000, '57'], // [1584086462000, '56'] // ], - markPoint: { - symbol: 'circle', - symbolSize: 8, - label: { - show: false - }, - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] - }, + // markPoint: { + // symbol: 'circle', + // symbolSize: 0, + // label: { + // show: false + // }, + // data: [ + // { type: 'max', name: 'Max' }, + // { type: 'min', name: 'Min' } + // ] + // }, type: 'line', showSymbol: false, smooth: true,