|
@@ -30,6 +30,7 @@
|
|
|
<el-dialog title="行政区划数据导入"
|
|
|
append-to-body
|
|
|
:visible.sync="excelBox"
|
|
|
+ :close-on-click-modal="false"
|
|
|
width="555px">
|
|
|
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
|
|
|
<template slot="excelTemplate">
|
|
@@ -42,6 +43,7 @@
|
|
|
<el-dialog title="行政区划数据调试"
|
|
|
append-to-body
|
|
|
:visible.sync="debugBox"
|
|
|
+ :close-on-click-modal="false"
|
|
|
width="350px">
|
|
|
<avue-form :option="debugOption" v-model="debugForm"/>
|
|
|
</el-dialog>
|