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>

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="169">
<template #default="scope">
{{ scope.row.durationInMillis > 0 ? formatPast2(scope.row.durationInMillis) : '-' }}
</template>
@ -167,7 +167,7 @@ import { CategoryApi } from '@/api/bpm/category'
import * as UserApi from '@/api/system/user'
import { cancelProcessInstanceByAdmin } from '@/api/bpm/processInstance'
// 它【我的流程】的差异是,该菜单可以看全部的流程实例
// 它【我的流程】的差异是,该菜单可以看全部的流程实例
defineOptions({ name: 'BpmProcessInstanceManager' })
const router = useRouter() // 路由