feat: 导入License

This commit is contained in:
caiyuchao
2025-08-06 18:36:31 +08:00
parent c2c1a1dcfe
commit a66b84b8ba
6 changed files with 183 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ async function onDelete(row: CustomerApi.Customer) {
async function onExport() {
const data = await exportCustomer(await gridApi.formApi.getValues());
downloadFileFromBlobPart({
fileName: `${$t('customer.customer')}.xls`,
fileName: `${$t('customer.customer')}.xlsx`,
source: data,
});
}