设备退运增加 重新发起 + 取消 两个按钮

This commit is contained in:
2024-05-14 20:03:20 +08:00
parent 52a1acf32a
commit 7a28b4d3ef
4 changed files with 195 additions and 93 deletions

View File

@@ -62,7 +62,7 @@ const tableStore = new TableStore({
}
},
{ title: '审批建议', field: 'reason', minWidth: 150 },
{ title: '耗时s', field: 'durationInMillis', minWidth: 150,
{ title: '耗时', field: 'durationInMillis', minWidth: 150,
formatter: (obj: any) => {
return formatPast2(obj.row.durationInMillis)
} },