摘要: 1.表格标签 <el-table :data="costList" border :height="tableHeight"> 2.具体实现 const tableHeight = ref(500); const settingsStore = useSettingsStore(); // 此方法 阅读全文
posted @ 2024-12-16 17:31 行走的蒲公英 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1.效果图 2.具体代码 给表格标签加上 show-summary :summary-method="getSummaries" 合计方法: import { h } from 'vue'; const getSummaries = (param) => { const { columns, dat 阅读全文
posted @ 2024-12-16 17:27 行走的蒲公英 阅读(41) 评论(0) 推荐(0) 编辑