未验证 提交 4f4cbba8 编写于 作者: J Jiajie Zhong 提交者: GitHub

[UI] Fix wrong dialogs for process definition's version info (#7684)

We should use process_definition.update_time instead of create time
to make more sence.

close: #7660
上级 32fb3f84
......@@ -36,7 +36,7 @@
<el-table-column prop="description" :label="$t('Description')"></el-table-column>
<el-table-column :label="$t('Create Time')" min-width="120">
<template slot-scope="scope">
<span>{{scope.row.createTime | formatDate}}</span>
<span>{{scope.row.updateTime | formatDate}}</span>
</template>
</el-table-column>
<el-table-column :label="$t('Operation')" width="100">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册