摘要: 首先导入xlsx库 import * as XLSX from 'xlsx'; 表格数据示例 // 后端获取表格数据 const filteredData = ref([]); // 数据列 const columns = [ { title: '用户名', dataIndex: 'username 阅读全文
posted @ 2025-03-17 17:30 wellplayed 阅读(81) 评论(0) 推荐(0)