mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 11:20:36 +00:00
fix:1.修复流程编号显示错误
2."流程-高级筛选-流程发起人"实际选择的并非发起人而是分类,与页面已有流程分类筛选条件重复,故移除 3.修复"流程-已办任务"defineOptions命名错误
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user