|
|
@ -240,6 +240,7 @@ function getAdapter(name: string, val: any) { |
|
|
|
v-if="!templateEditorModal" |
|
|
|
v-if="!templateEditorModal" |
|
|
|
key="pre-import" |
|
|
|
key="pre-import" |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
|
|
|
|
class="nc-btn-import" |
|
|
|
:loading="loading" |
|
|
|
:loading="loading" |
|
|
|
:disabled="disablePreImportButton" |
|
|
|
:disabled="disablePreImportButton" |
|
|
|
@click="handlePreImport" |
|
|
|
@click="handlePreImport" |
|
|
@ -269,6 +270,7 @@ function getAdapter(name: string, val: any) { |
|
|
|
<a-upload-dragger |
|
|
|
<a-upload-dragger |
|
|
|
v-model:fileList="importState.fileList" |
|
|
|
v-model:fileList="importState.fileList" |
|
|
|
name="file" |
|
|
|
name="file" |
|
|
|
|
|
|
|
class="nc-input-import" |
|
|
|
:accept="importMeta.acceptTypes" |
|
|
|
:accept="importMeta.acceptTypes" |
|
|
|
:max-count="1" |
|
|
|
:max-count="1" |
|
|
|
list-type="picture" |
|
|
|
list-type="picture" |
|
|
|