change(ems): 调整蒸汽记录表格列的显示状态

- 在 recordLatestSteamInstant 和 recordSteamInstant 组件中
- 默认显示温度、压力列,隐藏瞬时热量、累计热量列
master
zch 7 months ago
parent b158eb99f7
commit 6d3be17b1b

@ -313,10 +313,10 @@ export default {
{ key: 2, label: `采集时间`, visible: true },
{ key: 3, label: `瞬时流量`, visible: true },
{ key: 4, label: `累计流量`, visible: true },
{ key: 5, label: `瞬时热量`, visible: true },
{ key: 6, label: `累计热量`, visible: true },
{ key: 7, label: `温度`, visible: false },
{ key: 8, label: `压力`, visible: false },
{ key: 5, label: `瞬时热量`, visible: false },
{ key: 6, label: `累计热量`, visible: false },
{ key: 7, label: `温度`, visible: true },
{ key: 8, label: `压力`, visible: true },
{ key: 9, label: `密度`, visible: false },
{ key: 10, label: `压力差值`, visible: false },
{ key: 11, label: `记录时间`, visible: true },

@ -321,10 +321,10 @@ export default {
{ key: 2, label: `采集时间`, visible: true },
{ key: 3, label: `瞬时流量`, visible: true },
{ key: 4, label: `累计流量`, visible: true },
{ key: 5, label: `瞬时热量`, visible: true },
{ key: 6, label: `累计热量`, visible: true },
{ key: 7, label: `温度`, visible: false },
{ key: 8, label: `压力`, visible: false },
{ key: 5, label: `瞬时热量`, visible: false },
{ key: 6, label: `累计热量`, visible: false },
{ key: 7, label: `温度`, visible: true },
{ key: 8, label: `压力`, visible: true },
{ key: 9, label: `密度`, visible: false },
{ key: 10, label: `压力差值`, visible: false },
{ key: 11, label: `记录时间`, visible: true },

Loading…
Cancel
Save