页面up
This commit is contained in:
parent
c6224bb399
commit
70ecb114c8
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user