feat(shopGift): 添加礼品卡二维码批量导出功能

- 新增礼品卡二维码批量导出功能,支持导出为 Word 文档或 HTML 文件
- 优化搜索组件,增加关键字搜索功能
- 修改表格列配置,将 ID列改为用户 ID 列
- 优化审核状态变化逻辑,自动
This commit is contained in:
2025-08-18 00:59:26 +08:00
parent 35b5b35048
commit 9aaaec8c26
6 changed files with 458 additions and 92 deletions

View File

@@ -52,5 +52,6 @@ export interface ShopGift {
*/
export interface ShopGiftParam extends PageParam {
id?: number;
code?: string;
keywords?: string;
}