修改页面表格样式
This commit is contained in:
@@ -62,9 +62,9 @@ const tableStore = new TableStore({
|
||||
}
|
||||
},
|
||||
{ title: '工程名称', field: 'engineeringName', minWidth: 150 },
|
||||
{ title: '项目名称', field: 'projectName', minWidth: 130 },
|
||||
{ title: '设备名称', field: 'devName', minWidth: 130 },
|
||||
{ title: '监测点名称', field: 'lineName', minWidth: 130 },
|
||||
{ title: '项目名称', field: 'projectName', minWidth: 150 },
|
||||
{ title: '设备名称', field: 'devName', minWidth: 150 },
|
||||
{ title: '监测点名称', field: 'lineName', minWidth: 150 },
|
||||
{
|
||||
title: '投运时间',
|
||||
field: 'operationalTime',
|
||||
|
||||
Reference in New Issue
Block a user