This commit is contained in:
zhuangdashia 2025-09-17 21:57:18 +08:00
parent c6224bb399
commit 70ecb114c8

View File

@ -170,8 +170,8 @@ function disablePreviousDate(ts: number) {
</NUploadDragger>
</NUpload>
<div class="flex-center">
<NCheckbox v-model="data.updateSupport">{{ $t('common.updateExisting') }}</NCheckbox>
<NDivider vertical />
<!-- <NCheckbox v-model="data.updateSupport">{{ $t('common.updateExisting') }}</NCheckbox>-->
<!-- <NDivider vertical />-->
数据批次
<NDivider vertical />
<NDatePicker
@ -196,7 +196,7 @@ function disablePreviousDate(ts: number) {
</NAlert>
<template #footer>
<NSpace justify="end" :size="16">
<NButton @click="handleDownloadTemplate">{{ $t('common.downloadTemplate') }}</NButton>
<!-- <NButton @click="handleDownloadTemplate">{{ $t('common.downloadTemplate') }}</NButton>-->
<NButton type="primary" @click="handleSubmit">{{ $t('common.import') }}</NButton>
</NSpace>
</template>