| | |
| | | class="gd-dialog" |
| | | append-to-body |
| | | v-model="isShowImportView" |
| | | title="导入区划" |
| | | title="区划导入" |
| | | :width="pxToRem(500)" |
| | | :close-on-click-modal="false" |
| | | :destroy-on-close="true" |
| | |
| | | > |
| | | <el-form class="gd-dialog-form" ref="importFormRef" :model="importParams" :rules="importRules" label-width="140px"> |
| | | <el-form-item label="导出模板"> |
| | | <!-- :loading="templateExportLoading" |
| | | :disabled="templateExportLoading" --> |
| | | <el-button |
| | | type="primary" |
| | | color="#F2F3F5" |
| | |
| | | :disabled="importSubmitting" |
| | | @click="submitImport(importFormRef)" |
| | | > |
| | | 保存 |
| | | 导入 |
| | | </el-button> |
| | | </template> |
| | | </el-dialog> |