修改台账树

This commit is contained in:
guanj
2026-06-17 09:23:35 +08:00
parent d9dfd804c5
commit 2330b50147
25 changed files with 853 additions and 476 deletions

View File

@@ -116,14 +116,14 @@ const tableStore: any = new TableStore({
{ title: '设备名称', field: 'devName', minWidth: 130, align: 'center' },
{ title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' },
{ title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' },
{
title: '监测类型',
field: 'position',
minWidth: '100',
formatter: (row: any) => {
return row.cellValue || '/'
}
},
// {
// title: '监测类型',
// field: 'position',
// minWidth: '100',
// formatter: (row: any) => {
// return row.cellValue || '/'
// }
// },
// {
// title: '监测点状态',
// field: 'runStatus',