修改页面样式
This commit is contained in:
@@ -31,6 +31,9 @@ const dataList = ref([])
|
||||
const key: any = ref(0)
|
||||
const column: any = ref([
|
||||
{ field: 'itemName', title: '名称', width: '100px' },
|
||||
{ field: 'startTime', title: '数据起始时间', width: '140px' },
|
||||
{ field: 'endTime', title: '数据结束时间', width: '140px' },
|
||||
{ field: 'statisticalInterval', title: '统计间隔', width: '100px' },
|
||||
{ field: 'voltageLevel', title: '电压等级', width: '100px' },
|
||||
{ field: 'volConType', title: ' 电压接线方式', width: '100px' },
|
||||
{ field: 'capacitySi', title: '用户协议容量', width: '100px' },
|
||||
@@ -38,9 +41,7 @@ const column: any = ref([
|
||||
{ field: 'capacitySscmin', title: '最小短路容量', width: '100px' },
|
||||
{ field: 'capacitySt', title: '供电设备容量', width: '100px' },
|
||||
{ field: 'location', title: ' 测试位置', width: '100px' },
|
||||
{ field: 'startTime', title: '数据起始时间', width: '140px' },
|
||||
{ field: 'endTime', title: '数据结束时间', width: '140px' },
|
||||
{ field: 'statisticalInterval', title: '统计间隔', width: '100px' },
|
||||
|
||||
{ field: 'ct', title: 'CT', width: '70px' },
|
||||
{ field: 'pt', title: 'PT', width: '70px' },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user