干燥机配套车间生产管理系统/云平台前端
baoshiwei
2024-12-12 2b4f4cda0a0031f02f7354fc2c68f056e44e1885
src/views/dry/bigScreen/BigEqp.vue
@@ -1392,9 +1392,7 @@
                  width: 1,
               },
               // [[15,10], [15,11], [10,6], [7.5,12], [5,12], [2.5,5], [2.5,9], [1,7]]
               data: [
               ],
               data: [],
               markPoint: {
                  data: [
                     { type: 'max', name: 'Max' },
@@ -1735,6 +1733,7 @@
                        },
                        series: [
                           {
                    name: '干燥效率',
                              data: ganZaoXiaoLv,
                              markLine: {
                                 symbol: 'none',
@@ -1750,8 +1749,8 @@
                                 },
                              },
                           },
                           { data: zhengQiXiaoHao },
                           { data: dianNengXiaoHao },
                           // { data: zhengQiXiaoHao },
                           // { data: dianNengXiaoHao },
                        ],
                     })
                  }
@@ -2578,4 +2577,24 @@
         opacity: 0;
      }
   }
  .error-div {
    position: absolute; display: flex; align-items: center;
  }
  .error-marker {
    width: 18px; height: 18px; background: red; border-radius: 50%;
  }
  .error-msg {
    margin-left: 6px;
    height: 24px;
    background: gray; border-radius: 5px; font-weight: bold; color: red
  }
  .warn-marker {
    width: 18px; height: 18px; background: orange; border-radius: 50%;
  }
  .warn-msg {
    margin-left: 6px;
    height: 24px;
    background: gray; border-radius: 5px; font-weight: bold; color: orange;
  }
</style>