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" >