城市部分导出调整
This commit is contained in:
@@ -200,6 +200,7 @@ export default {
|
||||
const td = columns.map((item) => d[item.dataIndex]);
|
||||
arr.push(td);
|
||||
});
|
||||
arr.push([`饮用水源水质监测累积月份统计样品数:${this.count}个`]);
|
||||
let sheet = XLSX.utils.aoa_to_sheet(arr);
|
||||
this.$util.exportSheet(XLSX, sheet, new Date().getTime().toString());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user