Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
web
soss
Commits
0c2339ca
Commit
0c2339ca
authored
May 24, 2022
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改订单
parent
efd32542
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
src/api/system/refund.js
+11
-0
src/views/order/order/index.vue
+0
-0
src/views/order/refund/index.vue
+0
-0
No files found.
src/api/system/refund.js
0 → 100644
View file @
0c2339ca
import
request
from
"@/utils/request"
;
// 查询退款订单列表
export
function
listRefund
(
query
)
{
return
request
({
url
:
"/system/refund/list"
,
method
:
"get"
,
params
:
query
,
});
}
src/views/order/index.vue
→
src/views/order/
order/
index.vue
View file @
0c2339ca
File moved
src/views/order/refund/index.vue
0 → 100644
View file @
0c2339ca
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment