瀏覽代碼

fix: export filename

xingyu4j 2 年之前
父節點
當前提交
782eb8464f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yudao-ui-admin-vue3/src/views/system/operatelog/index.vue

+ 1 - 1
yudao-ui-admin-vue3/src/views/system/operatelog/index.vue

@@ -73,6 +73,6 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
 
 // 导出操作
 const handleExport = async () => {
-  await exportList(xGrid, '岗位列表.xls')
+  await exportList(xGrid, '操作日志.xls')
 }
 </script>