소스 검색

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>