试运行时间范围为空展示/
This commit is contained in:
@@ -95,7 +95,14 @@ const tableStore = new TableStore({
|
||||
null: '待试运行'
|
||||
}
|
||||
},
|
||||
{ field: 'testRunTime', title: '试运行时间范围', minWidth: 260 },
|
||||
{
|
||||
field: 'testRunTime',
|
||||
title: '试运行时间范围',
|
||||
minWidth: 260,
|
||||
formatter:(row)=>{
|
||||
return row.cellValue?row.cellValue:'/'
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'status',
|
||||
title: '审核状态',
|
||||
|
||||
Reference in New Issue
Block a user