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

@@ -112,9 +112,9 @@ const datasource: DatasourceFunction = ({
// 表格列配置
const columns = ref<ColumnItem[]>([
{
title: 'ID',
dataIndex: 'id',
key: 'id',
title: '用户ID',
dataIndex: 'userId',
key: 'userId',
align: 'center',
width: 80,
fixed: 'left'