联调 试运行报告下载

This commit is contained in:
GGJ
2024-07-02 16:57:18 +08:00
parent 3833e72ecd
commit c8111702fd

View File

@@ -98,7 +98,7 @@ const tableStore = new TableStore({
{
field: 'testRunTime',
title: '试运行时间范围',
minWidth: 260,
minWidth: 200,
formatter: row => {
return row.cellValue ? row.cellValue : '/'
}
@@ -128,14 +128,14 @@ const tableStore = new TableStore({
{
field: 'createBy',
title: '填报人',
minWidth: 80,
minWidth: 100,
formatter: (row: any) => {
return dictData.state.userList.filter(item => item.id == row.cellValue)[0]?.name
}
},
{
title: '操作',
minWidth: 170,
minWidth: 230,
fixed: 'right',
render: 'buttons',
buttons: [