Commit 17223496 by 莫晓莉

引入画布

parent c0987fc9
...@@ -430,6 +430,20 @@ ...@@ -430,6 +430,20 @@
</template> </template>
<script> <script>
import mxgraph from "@/utils/mxgraph";
const {
mxGraph,
mxUtils,
mxEvent,
mxKeyHandler,
mxRubberband,
mxConstants,
mxStencilRegistry,
mxStencil,
mxCodec,
mxGraphModel,
mxGeometry,
} = mxgraph
import { import {
formatFunc,//获取已经创建的数据库列表 formatFunc,//获取已经创建的数据库列表
getCodeList,//获取编码列表 getCodeList,//获取编码列表
......
...@@ -376,6 +376,20 @@ ...@@ -376,6 +376,20 @@
</template> </template>
<script> <script>
import mxgraph from "@/utils/mxgraph";
const {
mxGraph,
mxUtils,
mxEvent,
mxKeyHandler,
mxRubberband,
mxConstants,
mxStencilRegistry,
mxStencil,
mxCodec,
mxGraphModel,
mxGeometry,
} = mxgraph
import { import {
excelType,//获取扩展名 excelType,//获取扩展名
formatFunc,//获取已经创建的数据库列表 formatFunc,//获取已经创建的数据库列表
......
...@@ -378,6 +378,20 @@ ...@@ -378,6 +378,20 @@
</template> </template>
<script> <script>
import mxgraph from "@/utils/mxgraph";
const {
mxGraph,
mxUtils,
mxEvent,
mxKeyHandler,
mxRubberband,
mxConstants,
mxStencilRegistry,
mxStencil,
mxCodec,
mxGraphModel,
mxGeometry,
} = mxgraph
import { import {
formatFunc,//获取已经创建的数据库列表 formatFunc,//获取已经创建的数据库列表
getFormatMapperLineTerminator,//获取格式 getFormatMapperLineTerminator,//获取格式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment