试运行时间范围为空展示/

This commit is contained in:
zhujiyan
2024-06-07 13:38:44 +08:00
parent c93769ab4b
commit 76b94a25fe

View File

@@ -95,7 +95,14 @@ const tableStore = new TableStore({
null: '待试运行' null: '待试运行'
} }
}, },
{ field: 'testRunTime', title: '试运行时间范围', minWidth: 260 }, {
field: 'testRunTime',
title: '试运行时间范围',
minWidth: 260,
formatter:(row)=>{
return row.cellValue?row.cellValue:'/'
}
},
{ {
field: 'status', field: 'status',
title: '审核状态', title: '审核状态',