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