优化页面
This commit is contained in:
@@ -100,7 +100,10 @@ const tableStore: any = new TableStore({
|
||||
{
|
||||
title: '监测对象类型',
|
||||
field: 'objType',
|
||||
minWidth: '90'
|
||||
minWidth: '90',
|
||||
formatter: (row: any) => {
|
||||
return row.cellValue || '/'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '是否治理',
|
||||
|
||||
Reference in New Issue
Block a user