测试问题整改
This commit is contained in:
@@ -69,7 +69,7 @@ import { useDictData } from '@/stores/dictData'
|
||||
import TableHeader from '@/components/table/header/index.vue'
|
||||
const dictData = useDictData()
|
||||
defineOptions({
|
||||
name: 'harmonic-boot/run/terminalmessage'
|
||||
name: 'harmonic-boot/run/devicemessage'
|
||||
})
|
||||
const view = ref(true)
|
||||
const classificationData = dictData.getBasicData('Statistical_Type', ["Report_Type"])
|
||||
@@ -106,6 +106,7 @@ const tableStore = new TableStore({
|
||||
title: '供电公司',
|
||||
minWidth: 100
|
||||
},
|
||||
{ field: 'objName', title: '监测点对象名称' , minWidth: 240},
|
||||
{ field: 'manufacturer', title: '厂家' , minWidth: 100},
|
||||
{ field: 'scale', title: '电压等级' , minWidth: 100},
|
||||
{ field: 'businessType', title: '行业类型' , minWidth: 100},
|
||||
@@ -115,7 +116,7 @@ const tableStore = new TableStore({
|
||||
{ field: 'lineName', title: '监测点名称' , minWidth: 100},
|
||||
{ field: 'comFlag', title: '通讯状态' , minWidth: 100},
|
||||
{ field: 'loadType', title: '干扰源类型' , minWidth: 100},
|
||||
{ field: 'objName', title: '监测点对象名称' , minWidth: 240},
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user