feat: vxe codegen

This commit is contained in:
xingyu4j 2022-11-22 14:39:00 +08:00
parent 42eb550858
commit 886bc6eacd

View File

@ -123,7 +123,7 @@ const handleCreate = () => {
// 导出操作 // 导出操作
const handleExport = async () => { const handleExport = async () => {
await exportList(xGrid, '导出.xls') await exportList(xGrid, '${table.classComment}.xls')
} }
// 修改操作 // 修改操作