|
|
@ -103,7 +103,7 @@ |
|
|
|
<template #footer> |
|
|
|
<div class="flex items-center"> |
|
|
|
<div class="flex-1 text-left"> |
|
|
|
<el-button type="primary" plain @click="importTemplate"> |
|
|
|
<el-button type="primary" plain @click="importTemplate" v-if="showDownLoad"> |
|
|
|
<Icon icon="ep:download" /> |
|
|
|
{{ t('ts.下载模板') }} |
|
|
|
</el-button> |
|
|
@ -136,6 +136,10 @@ const props = defineProps({ |
|
|
|
type: Object, |
|
|
|
required: true |
|
|
|
}, |
|
|
|
showDownLoad:{ |
|
|
|
type:Boolean, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
// 可以导入的文件类型 |
|
|
|
accept: { |
|
|
|
type: String, |
|
|
|