From 886bc6eacd5a1fa25f9a59bed97802173bc269b6 Mon Sep 17 00:00:00 2001
From: xingyu4j <xingyu4j@vip.qq.com>
Date: Tue, 22 Nov 2022 14:39:00 +0800
Subject: [PATCH] feat: vxe codegen

---
 .../src/main/resources/codegen/vue3/views/index.vue.vm          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm
index 492f442e7..bcdf2342b 100644
--- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm
+++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm
@@ -123,7 +123,7 @@ const handleCreate = () => {
 
 // 导出操作
 const handleExport = async () => {
-  await exportList(xGrid, '导出.xls')
+  await exportList(xGrid, '${table.classComment}.xls')
 }
 
 // 修改操作