From e023474fc9bcc726ed558a0623f1316dddc13152 Mon Sep 17 00:00:00 2001 From: zzw <wander.zheng@qq.com> Date: 星期五, 01 十二月 2023 15:14:32 +0800 Subject: [PATCH] 编号 --- web/src/views/modules/flowChart/processTimeline.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/flowChart/processTimeline.vue b/web/src/views/modules/flowChart/processTimeline.vue index 410f6bf..4e073cf 100644 --- a/web/src/views/modules/flowChart/processTimeline.vue +++ b/web/src/views/modules/flowChart/processTimeline.vue @@ -3,7 +3,7 @@ <el-col> <FlowChartView :flowChartHeight="flowChartHeight" ref="flowChartView"></FlowChartView> </el-col> - <el-col> + <el-col style="margin-top: 10px"> <ProcessTrajectory ref="processTrajectory" @refreshDataList="getQuery()"></ProcessTrajectory> </el-col> </el-row> @@ -70,8 +70,8 @@ bizId:row.bizId } this.$nextTick(() => { - this.$refs.processTrajectory.init(params) this.$refs.flowChartView.init(params) + this.$refs.processTrajectory.init(params) }) }, indexFormat(index) { -- Gitblit v1.9.1