提交 高低电压穿越 页面
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user