05 2024 档案
数据展示动态(跑分)显示
摘要:
1.页面显示(强烈推荐) <template #header> <avue-data-tabs :option="dataOptions" :data="tabData" style="width: 75%;"></avue-data-tabs> </template> 2.具体代码阿和方法实现 2
![数据展示动态(跑分)显示](https://img2024.cnblogs.com/blog/1462173/202405/1462173-20240528170622464-651959759.png)
日期选择器:年 月 日 动态切换显示
摘要:
1. 组件样式部分(elementUI)实现 <el-row> <el-col :span="10"> <el-button-group> <el-button :class="{ 'is-active': selectedButton 'year' }" @click="changeToYearP
![日期选择器:年 月 日 动态切换显示](https://img2024.cnblogs.com/blog/1462173/202405/1462173-20240528165017390-846872595.png)
Ement-Plus框架的列表table导出excel数据表
摘要:
1.页面预览 2.搜索条件区域 code <!-- 查询 --> <div class="table-container"> <el-form :inline="true" :model="queryForm" class="query-form" ref="queryFormRef"> <el-f
![Ement-Plus框架的列表table导出excel数据表](https://img2024.cnblogs.com/blog/1462173/202405/1462173-20240520161215426-1027382173.png)