فهرست منبع

feat: vxe codegen

xingyu4j 2 سال پیش
والد
کامیت
886bc6eacd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm

+ 1 - 1
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')
 }
 
 // 修改操作