From 5a3210eae5d1ad752d8c0bfa062a217982901e6c Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期一, 11 十二月 2023 11:42:56 +0800 Subject: [PATCH] 流程轨迹 --- web/src/views/modules/flowChart/processTimeline.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/modules/flowChart/processTimeline.vue b/web/src/views/modules/flowChart/processTimeline.vue index 410f6bf..01a682e 100644 --- a/web/src/views/modules/flowChart/processTimeline.vue +++ b/web/src/views/modules/flowChart/processTimeline.vue @@ -1,9 +1,9 @@ <template> <el-row :gutter="10"> - <el-col> + <el-col :span="12"> <FlowChartView :flowChartHeight="flowChartHeight" ref="flowChartView"></FlowChartView> </el-col> - <el-col> + <el-col :span="12"> <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