From 2bfb7458d1e078ffbb79cd014898c465185c797e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=91=E9=B9=8F?= Date: Tue, 5 Nov 2024 09:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8F=E6=B5=8B=EF=BC=9A=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/backend/WindBlower/index.vue | 22 ++--- .../equipmentManagement/measurement.vue | 84 +++++++------------ 2 files changed, 35 insertions(+), 71 deletions(-) diff --git a/ui/dasadmin/src/views/backend/WindBlower/index.vue b/ui/dasadmin/src/views/backend/WindBlower/index.vue index 453c048a..4fb17608 100644 --- a/ui/dasadmin/src/views/backend/WindBlower/index.vue +++ b/ui/dasadmin/src/views/backend/WindBlower/index.vue @@ -409,9 +409,7 @@ const initpowerChart = () => { axisLabel: { //x轴文字的配置 show: true, - textStyle: { - color: '#4E5969', - }, + color: '#4E5969', interval: 'auto', //rotate: 45 }, @@ -442,9 +440,7 @@ const initpowerChart = () => { axisLabel: { //x轴文字的配置 show: true, - textStyle: { - color: '#4E5969', - }, + color: '#4E5969', }, axisTick: { show: false }, splitLine: { @@ -472,9 +468,7 @@ const initpowerChart = () => { axisLabel: { //x轴文字的配置 show: true, - textStyle: { - color: '#4E5969', - }, + color: '#4E5969', }, axisTick: { show: false }, splitLine: { @@ -623,9 +617,7 @@ const initTrendChart = (type: 'day' | 'month') => { axisLabel: { //x轴文字的配置 show: true, - textStyle: { - color: '#4E5969', - }, + color: '#4E5969', }, splitLine: { //分割线配置 @@ -654,9 +646,7 @@ const initTrendChart = (type: 'day' | 'month') => { axisLabel: { //x轴文字的配置 show: true, - textStyle: { - color: '#4E5969', - }, + color: '#4E5969', }, axisTick: { show: false }, splitLine: { @@ -1403,7 +1393,7 @@ const sendManualCommand = (type: 1 | 0) => { deviceId: route.query.irn as string, serviceCode: 'Locked', serviceName, - optDesc: serviceName +',设定值为:'+ type, + optDesc: serviceName + ',设定值为:' + type, opValue: type, }).then((res) => { if (res.code == 200) { diff --git a/ui/dasadmin/src/views/backend/equipment/equipmentManagement/measurement.vue b/ui/dasadmin/src/views/backend/equipment/equipmentManagement/measurement.vue index 8085f9fe..d6150614 100644 --- a/ui/dasadmin/src/views/backend/equipment/equipmentManagement/measurement.vue +++ b/ui/dasadmin/src/views/backend/equipment/equipmentManagement/measurement.vue @@ -11,8 +11,10 @@ :sortable="item.sortable" >