摘要: const dialogModelList = {} /** * 弹出一个导出loading框 */ export const showExportLoading = ()=>{ let id = random(10) dialogModelList[id] = ref(true); const e 阅读全文
posted @ 2026-01-21 09:55 镇显 阅读(3) 评论(0) 推荐(0)
摘要: const initDituCharts = ()=>{ dituChart = echarts.init(dituRef.value); echarts.registerMap('china', ChinaJson); var option; option = { grid:{ top:'30px 阅读全文
posted @ 2026-01-12 10:22 镇显 阅读(2) 评论(0) 推荐(0)
摘要: const saveBlob = (blob: Blob, filename: string) => { const url = window.URL.createObjectURL(blob); const link = document.createElement('a'); link.href 阅读全文
posted @ 2026-01-06 14:06 镇显 阅读(10) 评论(0) 推荐(0)
摘要: function generateUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { const r = (Math.random() * 16) | 0; const v = c 阅读全文
posted @ 2026-01-06 14:02 镇显 阅读(2) 评论(0) 推荐(0)
摘要: 快捷键说明 导航 Ctrl + N:跳转到类 Ctrl + Shift + N:跳转到文件 Ctrl + Alt + Shift + N:跳转到符号 Alt + 右/左:跳转到下一个/上一个编辑器标签 F12:返回上一个工具窗口 Esc:跳转到编辑器(从工具窗口) Shift + Esc:隐藏活动窗 阅读全文
posted @ 2025-03-14 14:58 镇显 阅读(532) 评论(0) 推荐(0)