jinlin
2024-01-15 1a7af6fff5185bb257c16b0445140c93263a3331
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 style="margin-top: 10px">
    <el-col :span="12">
      <ProcessTrajectory ref="processTrajectory" @refreshDataList="getQuery()"></ProcessTrajectory>
    </el-col>
  </el-row>