Merge pull request #11797 from ulleo/dev-v2

fix: [数据导出中心]下载文件图标问题
This commit is contained in:
ulleo 2024-08-28 10:36:38 +08:00 committed by GitHub
commit 617c4d2036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -403,7 +403,11 @@ defineExpose({
v-if="activeName === 'SUCCESS' && multipleSelection.length !== 0"
secondary
@click="downLoadAll"
><template #icon> <Icon name="de-delete"></Icon> </template>{{ $t('data_export.download') }}
>
<template #icon>
<Icon name="dv-preview-download" />
</template>
{{ $t('data_export.download') }}
</el-button>
<el-button v-if="multipleSelection.length === 0" secondary @click="delAll"
><template #icon> <Icon name="de-delete"></Icon> </template>{{ $t('data_export.del_all') }}