From c55b89376f1007ea4ba0a2e82a8dc2a12076c9e9 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 1 Nov 2024 11:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=80=81=E4=BA=8B=E4=BB=B6-=E6=B3=A2?= =?UTF-8?q?=E5=BD=A2=E8=A7=A3=E6=9E=90=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?= =?UTF-8?q?icon=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tabs/components/waveFormAnalysis.vue | 36 ++++++++++++------- .../govern/device/control/tabs/event.vue | 1 - 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/views/govern/device/control/tabs/components/waveFormAnalysis.vue b/src/views/govern/device/control/tabs/components/waveFormAnalysis.vue index 7ad0bdb..83997a3 100644 --- a/src/views/govern/device/control/tabs/components/waveFormAnalysis.vue +++ b/src/views/govern/device/control/tabs/components/waveFormAnalysis.vue @@ -4,24 +4,34 @@
- + - 返回 + 返回
- - - + + - - - + + @@ -33,7 +43,7 @@ import { defaultAttribute } from '@/components/table/defaultAttribute' import shushiboxi from '@/components/echarts/shushiboxi.vue' import rmsboxi from '@/components/echarts/rmsboxi.vue' import MyEchart from '@/components/echarts/MyEchart.vue' -import { Platform, TrendCharts, DataLine, ArrowLeft } from '@element-plus/icons-vue' +import { Platform, TrendCharts, DataLine, Back } from '@element-plus/icons-vue' import { mainHeight } from '@/utils/layout' const props = defineProps(['wp']) const searchForm = ref({ @@ -117,7 +127,7 @@ const handleClick = (tab: any, event: any) => { const handleBack = () => { emit('handleHideCharts') } -onMounted(() => { }) +onMounted(() => {}) defineExpose({ getWpData })