BPM:新增【流程任务】菜单,用于全部流程任务的查询

This commit is contained in:
YunaiV
2024-03-22 09:07:04 +08:00
parent 5286ad1cd6
commit 48f6624737
6 changed files with 178 additions and 8 deletions

View File

@ -114,7 +114,7 @@
width="180"
:formatter="dateFormatter"
/>
<el-table-column align="center" label="耗时" prop="durationInMillis" width="120">
<el-table-column align="center" label="耗时" prop="durationInMillis" width="160">
<template #default="scope">
{{ scope.row.durationInMillis > 0 ? formatPast2(scope.row.durationInMillis) : '-' }}
</template>