fix: iot && IconifyIcon

This commit is contained in:
xingyu4j
2025-10-13 10:41:08 +08:00
parent 4b69721a90
commit a4561b3dd8
22 changed files with 218 additions and 188 deletions

View File

@@ -8,6 +8,7 @@ import type { AnalysisOverviewIconItem } from '#/views/mall/home/components/data
import { reactive, ref } from 'vue';
import { confirm } from '@vben/common-ui';
import { IconifyIcon } from '@vben/icons';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import {
calculateRelativeRate,
@@ -312,7 +313,7 @@ const loadOverview = () => {
:loading="exportLoading"
v-access:code="['statistics:product:export']"
>
<Icon icon="ep:download" class="mr-1" />导出
<IconifyIcon icon="ep:download" class="mr-1" />导出
</el-button>
</ShortcutDateRangePicker>
</template>

View File

@@ -8,6 +8,7 @@ import type { AnalysisOverviewIconItem } from '#/views/mall/home/components/data
import { reactive, ref } from 'vue';
import { confirm } from '@vben/common-ui';
import { IconifyIcon } from '@vben/icons';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import {
calculateRelativeRate,
@@ -270,7 +271,7 @@ const lineChartOptions = reactive({
:loading="exportLoading"
v-access:code="['statistics:trade:export']"
>
<Icon icon="ep:download" class="mr-1" />导出
<IconifyIcon icon="ep:download" class="mr-1" />导出
</el-button>
</ShortcutDateRangePicker>
</template>