|
|
|
|
@ -351,11 +351,11 @@ export default {
|
|
|
|
|
{ key: 1, label: `计量设备编号`, visible: true },
|
|
|
|
|
{ key: 2, label: `采集时间`, visible: true },
|
|
|
|
|
{ key: 3, label: `A项电压`, visible: true },
|
|
|
|
|
{ key: 4, label: `B项电压`, visible: true },
|
|
|
|
|
{ key: 5, label: `C项电压`, visible: true },
|
|
|
|
|
{ key: 4, label: `B项电压`, visible: false },
|
|
|
|
|
{ key: 5, label: `C项电压`, visible: false },
|
|
|
|
|
{ key: 6, label: `A项电流`, visible: true },
|
|
|
|
|
{ key: 7, label: `B项电流`, visible: true },
|
|
|
|
|
{ key: 8, label: `C项电流`, visible: true },
|
|
|
|
|
{ key: 7, label: `B项电流`, visible: false },
|
|
|
|
|
{ key: 8, label: `C项电流`, visible: false },
|
|
|
|
|
{ key: 9, label: `记录时间`, visible: false },
|
|
|
|
|
{ key: 10, label: `功率因数`, visible: true },
|
|
|
|
|
{ key: 11, label: `正向有功`, visible: true },
|
|
|
|
|
|