mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 03:19:37 +00:00
fix:修复工作流的发起时间未返回
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
:formatter="dateFormatter"
|
:formatter="dateFormatter"
|
||||||
align="center"
|
align="center"
|
||||||
label="发起时间"
|
label="发起时间"
|
||||||
prop="createTime"
|
prop="processInstance.createTime"
|
||||||
width="180"
|
width="180"
|
||||||
/>
|
/>
|
||||||
<el-table-column align="center" label="当前任务" prop="name" width="180" />
|
<el-table-column align="center" label="当前任务" prop="name" width="180" />
|
||||||
|
|||||||
Reference in New Issue
Block a user