优化页面

This commit is contained in:
guanj
2026-01-08 11:32:01 +08:00
parent 3db01fe32d
commit 0d155c8680
3 changed files with 46 additions and 9 deletions

View File

@@ -100,7 +100,10 @@ const tableStore: any = new TableStore({
{
title: '监测对象类型',
field: 'objType',
minWidth: '90'
minWidth: '90',
formatter: (row: any) => {
return row.cellValue || '/'
}
},
{
title: '是否治理',