修改测试问题

This commit is contained in:
guanj
2026-06-11 20:27:37 +08:00
parent bda7373133
commit 1a09c31669
61 changed files with 3393 additions and 2406 deletions

View File

@@ -142,17 +142,20 @@ const tableStore: any = new TableStore({
}
},
{
title: '名称',
title: '监测点名称',
field: 'lineName',
minWidth: '90'
minWidth: 120
},
{ title: '设备名称', field: 'devName', minWidth: 130, align: 'center' },
{ title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' },
{ title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' },
{
title: '越限占比(%)',
children: [
{
title: '长时闪变',
field: 'flicker',
minWidth: '70',
minWidth: '80',
render: 'customTemplate',
customTemplate: (row: any) => {
return `<span style='cursor: pointer;text-decoration: underline;'>${row.flicker}</span>`