mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: [数据导出中心]下载文件图标问题
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user