baozhengrui

导航

2024年7月25日 #

echarts tooltip提示框显示不全

摘要: tooltip: { confine:true,// 是否限制在图表内 formatter: (params) => { console.log(params) let str = `<div> <p>离散半径:${params.value[0]}</p> <p>离心距:${params.value 阅读全文

posted @ 2024-07-25 09:54 芮艺 阅读(28) 评论(0) 推荐(0)

调用后端接口返回导出表格

摘要: // fetch('/record/export/report', { // method: 'POST', // 指定请求方法为POST // headers: { // 'Content-Type': 'application/json', // 设置请求头,指明发送的是JSON格式的数据 // 阅读全文

posted @ 2024-07-25 09:23 芮艺 阅读(39) 评论(0) 推荐(0)