Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-29 17:39:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5b82f937853544f70c2c203592dadf49f2488c8
c5b82f93
1 parent
71053aa2
feat(订单状态): 添加已过期状态映射
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/profile/OrdersPage.vue
src/views/profile/OrdersPage.vue
View file @
c5b82f9
...
...
@@ -226,6 +226,7 @@ const statusMap = {
APPLY_REFUND: { text: '申请退款', color: 'text-red-500' },
REFUND: { text: '已退款', color: 'text-red-500' },
REFUND_ERROR: { text: '退款失败', color: 'text-red-500' },
EXPIRED: { text: '已过期', color: 'text-gray-400' },
}
// 订单审批状态映射
...
...
Please
register
or
login
to post a comment