Commit d4377063 by 史敦盼

修改

1 parent fd1befaa
Showing with 2 additions and 4 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Autor: pan * @Autor: pan
* @Date: 2024-04-23 11:30:05 * @Date: 2024-04-23 11:30:05
* @LastEditors: pan * @LastEditors: pan
* @LastEditTime: 2024-05-06 19:40:38 * @LastEditTime: 2024-05-06 20:40:11
--> -->
<template> <template>
<div class="dataMapping w-100"> <div class="dataMapping w-100">
...@@ -150,7 +150,6 @@ ...@@ -150,7 +150,6 @@
<span class="legend-1 flex-c m-r-10">遵从</span> <span class="legend-1 flex-c m-r-10">遵从</span>
<span class="legend-2 flex-c m-r-10">完善</span> <span class="legend-2 flex-c m-r-10">完善</span>
<span class="legend-3 flex-c">新增</span> <span class="legend-3 flex-c">新增</span>
<SvgIcon icon-class="drag" />
</div> </div>
<MxGraph ref="graph" /> <MxGraph ref="graph" />
</div> </div>
...@@ -168,7 +167,6 @@ ...@@ -168,7 +167,6 @@
<script> <script>
import Add from './Add.vue' import Add from './Add.vue'
import MxGraph from './MxGraph.vue' import MxGraph from './MxGraph.vue'
import SvgIcon from '@/components/SvgIcon'
import { import {
getAutomaticGraphing, getAutomaticGraphing,
query_jia_gou_ceng_ci_new, query_jia_gou_ceng_ci_new,
...@@ -199,7 +197,7 @@ export default { ...@@ -199,7 +197,7 @@ export default {
checkedNodes: [] checkedNodes: []
} }
}, },
components: { MxGraph, Add, SvgIcon }, components: { MxGraph, Add },
created() { created() {
this.getOptions() this.getOptions()
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!