diff --git a/apps/web-antd/src/views/workflow/instances/detail/index.vue b/apps/web-antd/src/views/workflow/instances/detail/index.vue index df744c1..064fc32 100644 --- a/apps/web-antd/src/views/workflow/instances/detail/index.vue +++ b/apps/web-antd/src/views/workflow/instances/detail/index.vue @@ -259,27 +259,21 @@ onMounted(() => { -{{ - getUserName(detail.initiatorId) - }} - + {{ getUserName(detail.initiatorId) }} + -{{ - new Date(detail.startedAt).toLocaleString() - }} - + {{ new Date(detail.startedAt).toLocaleString() }} + -{{ - detail.definitionId - }} - + {{ detail.definitionId }} + -{{ - detail.completedAt - ? new Date(detail.completedAt).toLocaleString() - : '-' - }} - + {{ + detail.completedAt + ? new Date(detail.completedAt).toLocaleString() + : '-' + }} + diff --git a/apps/web-antd/src/views/workflow/instances/index.vue b/apps/web-antd/src/views/workflow/instances/index.vue index 7bae3c6..9d33f44 100644 --- a/apps/web-antd/src/views/workflow/instances/index.vue +++ b/apps/web-antd/src/views/workflow/instances/index.vue @@ -172,8 +172,8 @@ onMounted(() => loadData()); /> + 发起流程 + loadData()); + > + 详情 + { loadMonitor(); loadOverdue(); " - > -刷新 - + > + 刷新 + diff --git a/apps/web-antd/src/views/workflow/start/index.vue b/apps/web-antd/src/views/workflow/start/index.vue index d5167ce..e4adcf4 100644 --- a/apps/web-antd/src/views/workflow/start/index.vue +++ b/apps/web-antd/src/views/workflow/start/index.vue @@ -145,8 +145,8 @@ onMounted(() => loadDefinitions()); {{ def.formName }} + 发起 +