fix:1.修复流程编号显示错误

2."流程-高级筛选-流程发起人"实际选择的并非发起人而是分类,与页面已有流程分类筛选条件重复,故移除
3.修复"流程-已办任务"defineOptions命名错误
This commit is contained in:
huchao
2025-02-26 10:54:03 +08:00
parent 3154aa7539
commit 8c9bf45791
4 changed files with 10 additions and 10 deletions

View File

@@ -87,7 +87,7 @@
{{ formatPast2(scope.row.durationInMillis) }}
</template>
</el-table-column>
<el-table-column align="center" label="流程编号" prop="id" :show-overflow-tooltip="true" />
<el-table-column align="center" label="流程编号" prop="processInstanceId" :show-overflow-tooltip="true" />
<el-table-column align="center" label="任务编号" prop="id" :show-overflow-tooltip="true" />
<el-table-column align="center" label="操作" fixed="right" width="80">
<template #default="scope">