浏览代码

[Fix 0000]束管监测报表图标问题修改

bobo04052021@163.com 1 周之前
父节点
当前提交
55f10191b3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/vent/bundle/bundleMonitorTable/index.vue

+ 3 - 0
src/views/vent/bundle/bundleMonitorTable/index.vue

@@ -1012,6 +1012,8 @@ function updateChart(data: any) {
     yAxis: [
       {
         type: 'value',
+        max: 100,
+        name: 'O₂/N₂',
         splitLine: { show: true, lineStyle: { color: 'rgba(28, 72, 105, 0.5)' } },
         axisLabel: {
           color: '#ffffff',
@@ -1019,6 +1021,7 @@ function updateChart(data: any) {
       },
       {
         type: 'value',
+        name: '其他气体',
         splitLine: { show: true, lineStyle: { color: 'rgba(21,80,126,.5)' } },
         axisLabel: {
           color: '#ffffff',