指标越限程度宽度修改

This commit is contained in:
stt
2025-12-09 15:21:42 +08:00
parent 5268b93dd0
commit 0419af8e50

View File

@@ -98,7 +98,7 @@ const tableStore: any = new TableStore({
{
title: '越限最大值',
field: 'maxValue',
minWidth: '60',
minWidth: '70',
render: 'customTemplate',
customTemplate: (row: any) => {
const extentValue =
@@ -116,7 +116,7 @@ const tableStore: any = new TableStore({
{
title: '越限程度(%)',
field: 'extent',
minWidth: '60',
minWidth: '70',
render: 'customTemplate',
customTemplate: (row: any) => {
// 保留两个小数