feat:【antd】【ele】代码风格统一

This commit is contained in:
YunaiV
2025-11-01 22:50:24 +08:00
parent d7cea8be39
commit 4412d455a3
39 changed files with 29 additions and 64 deletions

View File

@@ -27,6 +27,7 @@ import {
getTradeStatisticsList,
} from '#/api/mall/statistics/trade';
import ShortcutDateRangePicker from '#/components/shortcut-date-range-picker/shortcut-date-range-picker.vue';
import { $t } from '#/locales';
import { getTradeTrendChartOptions } from './trend-chart-options';
@@ -138,7 +139,7 @@ async function handleExport() {
<template #icon>
<IconifyIcon icon="lucide:download" />
</template>
导出
{{ $t('page.action.export') }}
</ElButton>
</ShortcutDateRangePicker>
</div>