bindbox-game/.trae/documents/奖品管理操作栏统一为图标标签按钮的优化计划.md
邹方成 6ee627139c
Some checks failed
Build docker and publish / linux (1.24.5) (push) Failing after 40s
feat: 新增支付测试小程序与微信支付集成
feat(pay): 添加支付API基础结构
feat(miniapp): 创建支付测试小程序页面与配置
feat(wechatpay): 配置微信支付参数与证书
fix(guild): 修复成员列表查询条件
docs: 更新代码规范文档与需求文档
style: 统一前后端枚举显示与注释格式
refactor(admin): 重构用户奖励发放接口参数处理
test(title): 添加称号效果参数验证测试
2025-11-17 00:42:08 +08:00

13 lines
675 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 目标
- 将奖品管理页Rewards操作栏的“编辑/删除”文本按钮替换为统一的图标标签按钮ArtButtonTable与活动管理、期数管理保持一致风格。
## 实施点
- 修改文件:`web/admin/src/views/activity/rewards/index.vue`
- 变更内容:
- 引入 `ArtButtonTable` 组件
-`actions` 插槽中的 `ElButton` 替换为 `ArtButtonTable type="edit"``ArtButtonTable type="delete"`
- 不改动后端接口与其它逻辑(保留删除确认与编辑弹窗)。
## 验收
- 奖品管理列表操作栏显示统一的图标标签按钮,交互正常(编辑弹窗、删除确认)。
- 前端构建通过。