| | |
| | | > |
| | | <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" |
| | | :loading="templateExportLoading" |
| | | :disabled="templateExportLoading" |
| | | color="#F2F3F5" |
| | | @click="handleExportTemplate" |
| | | > |
| | | 点击导出 |
| | |
| | | <template #footer> |
| | | <el-button color="#F2F3F5" @click="isShowImportView = false">取消</el-button> |
| | | <el-button |
| | | class="" |
| | | color="#4C34FF" |
| | | :loading="importSubmitting" |
| | | :disabled="importSubmitting" |