|
@@ -61,7 +61,7 @@ const extnames = computed(() =>
|
|
|
const extxTip = computed(
|
|
const extxTip = computed(
|
|
|
() =>
|
|
() =>
|
|
|
extnames.value.map(ext => `.${ext}`).join('、') +
|
|
extnames.value.map(ext => `.${ext}`).join('、') +
|
|
|
- (extnames.value.length > 1 ? ui18n.t('sys.more') : '')
|
|
|
|
|
|
|
+ (extnames.value.length > 1 ? '' : '')
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
const onBeforeUpload: UploadProps['beforeUpload'] = file => {
|
|
const onBeforeUpload: UploadProps['beforeUpload'] = file => {
|