一、界面效果:
二、相关代码:
<template>
<div>
<div>
<h2>今日历史记录</h2>
<div>
<el-button type="primary" @click="handleExport" :loading="exportLoading">
<el-icon><Download /></el-icon>
导出报表
</el-button>
</div>
</div>
&nb
一、界面效果:
二、相关代码:
<template>
<div>
<div>
<h2>今日历史记录</h2>
<div>
<el-button type="primary" @click="handleExport" :loading="exportLoading">
<el-icon><Download /></el-icon>
导出报表
</el-button>
</div>
</div>
&nb