diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 0d7fd385..151931c8 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -356,7 +356,7 @@ const handleExport = () => { { ...queryParams.value }, - `config_${new Date().getTime()}.xlsx` + `operlog_${new Date().getTime()}.xlsx` ); }; onMounted(() => {