Sfoglia il codice sorgente

运行数据添加字段

123 1 anno fa
parent
commit
904d3d8f99
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/runData/components/systemData/constants.ts

+ 2 - 0
src/views/runData/components/systemData/constants.ts

@@ -96,6 +96,8 @@ export const tableCloumn = [
             },
         ],
     },
+    { field: 'zsl', title: '总水量', width: 100 },
+    { field: 'zdl', title: '总电量', width: 100 },
     { title: '操作', width: 220, fixed: 'right', slots: { default: 'operate' } }
 ]