From 6054a1a83706c92e1056c062f9c8e45d7cc5f541 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 30 十一月 2023 17:41:13 +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