@@ -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' } }
]