修改测试bug
This commit is contained in:
@@ -32,6 +32,7 @@ const key: any = ref(0)
|
||||
const column: any = ref([
|
||||
{ field: 'startTime', title: '数据起始时间', width: '140px', sortable: true },
|
||||
{ field: 'endTime', title: '数据结束时间', width: '140px', sortable: true },
|
||||
{ field: 'lastTime', title: '持续时间', width: '140px', sortable: true },
|
||||
{ field: 'itemName', title: '数据来源', width: '100px' },
|
||||
{ field: 'statisticalInterval', title: '时间间隔(分钟)', width: '120px', },
|
||||
{ field: 'voltageLevel', title: '电压等级', width: '100px', sortable: true },
|
||||
@@ -45,7 +46,7 @@ const column: any = ref([
|
||||
{ field: 'capacitySscb', title: '基准短路容量(MVA)', width: '140px', },
|
||||
{ field: 'capacitySscmin', title: '最小短路容量(MVA)', width: '140px', },
|
||||
|
||||
{ field: 'location', title: ' 测试位置', width: '100px', },
|
||||
// { field: 'location', title: ' 测试位置', width: '100px', },
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user