|
|
@ -369,9 +369,10 @@ const beforeUpload = (file: UploadFile) => { |
|
|
|
v-model:fileList="importState.fileList" |
|
|
|
v-model:fileList="importState.fileList" |
|
|
|
name="file" |
|
|
|
name="file" |
|
|
|
class="nc-input-import !scrollbar-thin-dull" |
|
|
|
class="nc-input-import !scrollbar-thin-dull" |
|
|
|
|
|
|
|
list-type="picture" |
|
|
|
:accept="importMeta.acceptTypes" |
|
|
|
:accept="importMeta.acceptTypes" |
|
|
|
:max-count="5" |
|
|
|
:max-count="5" |
|
|
|
list-type="picture" |
|
|
|
:multiple="true" |
|
|
|
:custom-request="customReqCbk" |
|
|
|
:custom-request="customReqCbk" |
|
|
|
:before-upload="beforeUpload" |
|
|
|
:before-upload="beforeUpload" |
|
|
|
@change="handleChange" |
|
|
|
@change="handleChange" |
|
|
|