提交 高低电压穿越 页面

This commit is contained in:
GGJ
2024-08-22 11:39:47 +08:00
parent 760a7d9c5c
commit 439310e971
8 changed files with 201 additions and 2507 deletions

View File

@@ -308,6 +308,7 @@ tableStore.table.params.projectName = ''
tableStore.table.params.loadType = ''
tableStore.table.params.userName = ''
tableStore.table.params.relationUserName = ''
tableStore.table.params.dataType = 0
tableStore.table.params.orgId = adminInfo.$state.deptId
tableStore.table.params.aisFileUpload = ''
const dialogVisible = ref(false)

View File

@@ -82,9 +82,9 @@ const tableStore = new TableStore({
field: 'city',
title: '所在地市',
minWidth: 80,
formatter: (obj: any) => {
return areaOptionList.filter(item => item.id == obj.row.city)[0]?.name
}
// formatter: (obj: any) => {
// return areaOptionList.filter(item => item.id == obj.row.city)[0]?.name
// }
},
{
field: 'substation',