Przeglądaj źródła

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-vis into test

yusheng 11 miesięcy temu
rodzic
commit
369c2830b8
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      src/views/bpm/vis-page/productionSchedule.vue

+ 4 - 3
src/views/bpm/vis-page/productionSchedule.vue

@@ -302,6 +302,7 @@
               }
             }
           ],
+
           series: []
         },
         monthlyOutputOption: {
@@ -583,9 +584,9 @@
               for (let i in item) {
                 let div = '';
                 if (i === 'serialNo') {
-                  div = `<div class="white" style="font-size: 0.8rem;" title="${item[i]}">${
-                    item[i] || '无'
-                  }</div>`;
+                  div = `<div class="white" style="font-size: 0.8rem;" title="${
+                    item[i]
+                  }">${item[i] || '无'}</div>`;
                   list[0] = div;
                 }
                 if (i === 'code') {