fix: code style

This commit is contained in:
dylanmay
2025-11-06 23:23:25 +08:00
parent 500ce9cf7c
commit 007bb2dd26
21 changed files with 116 additions and 105 deletions

View File

@@ -49,9 +49,9 @@ const columns = [
];
// 下载文件
const handleDownload = (url: string) => {
function handleDownload(url: string) {
window.open(url, '_blank');
};
}
</script>
<template>