fix 修复 导出文件命名错误

This commit is contained in:
疯狂的狮子Li 2026-07-15 15:50:48 +08:00
parent 5f837700e9
commit 21fc08193e

View File

@ -356,7 +356,7 @@ const handleExport = () => {
{
...queryParams.value
},
`config_${new Date().getTime()}.xlsx`
`operlog_${new Date().getTime()}.xlsx`
);
};
onMounted(() => {