6
jinlin
2023-12-05 7416356c7658db835e3e47dbb93f49b7e0cd762b
web/src/views/modules/flowChart/ProcessTrajectory.vue
@@ -1,7 +1,5 @@
<!--流程轨迹-->
<template>
  <zt-dialog ref="dialog" :hasConfirm="false" title="流程办理轨迹" append-to-body
             @close="close">
    <el-table :data="tableData"  v-adaptive="{bottomOffset: 100}"
              height="250"
              v-loading="this.dataLoading">
@@ -10,7 +8,6 @@
      <el-table-column align="center" label="接受任务时间" prop="receiveTime"></el-table-column>
      <el-table-column align="center" label="完成时间" prop="finishTime"></el-table-column>
    </el-table>
  </zt-dialog>
</template>
<script>