lxh 1 rok temu
rodzic
commit
b12ea8e435

+ 7 - 3
src/views/vent/monitorManager/compressor/components/nitrogenHome2.vue

@@ -723,7 +723,7 @@ watch(monitorDataGroupNum, () => {
         legend: '单次流量',
         seriesName: '(m³/min)',
         ymax: 100,
-        yname: 'm³/h',
+        yname: 'm³/min',
         linetype: 'line',
         yaxispos: 'left',
         color: '#FDB146',
@@ -735,8 +735,8 @@ watch(monitorDataGroupNum, () => {
     let echartLend=1
     for (let i = 1; i <= echartLend; i++) {
         const lineType = lodash.cloneDeep(item)
-        lineType.legend = `制氮机${i}单次流量`;
-        lineType.dataIndex = `single_flow${i}`
+        lineType.legend = '制氮机单次流量';
+        lineType.dataIndex = 'single_flow'
         lineType.color = colors[i - 1]
         arr.push(lineType)
     }
@@ -1513,5 +1513,9 @@ onUnmounted(() => {
 :deep(.zxm-radio-disabled + span){
     color: #fff;
 }
+
+:deep(.zxm-radio-disabled .zxm-radio-inner::after){
+    background-color:#0490a8;
+}
 </style>