فهرست منبع

运行数据添加字段

123 1 سال پیش
والد
کامیت
904d3d8f99
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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' } }
 ]