Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2318f176
authored
Sep 05, 2023
by
绮梦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增用户详情下订单页面
parent
fe6cf7ce
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/views/member/user/detail/UserOrder.vue
+0
-0
src/views/member/user/detail/index.vue
+5
-2
No files found.
src/views/member/user/detail/UserOrder.vue
0 → 100644
View file @
2318f176
This diff is collapsed.
Click to expand it.
src/views/member/user/detail/index.vue
View file @
2318f176
...
...
@@ -36,14 +36,16 @@
<el-tab-pane
label=
"签到"
name=
"sign"
lazy
>
<UserSignList
:user-id=
"id"
/>
</el-tab-pane>
<el-tab-pane
label=
"成长值"
name=
"experience"
>
<el-tab-pane
label=
"成长值"
name=
"experience"
lazy
>
<UserExperienceRecord
:user-id=
"id"
/></el-tab-pane>
<el-tab-pane
label=
"余额"
name=
"fourth"
>
余额(WIP)
</el-tab-pane>
<el-tab-pane
label=
"收货地址"
name=
"address"
lazy
>
<UserAddressList
:user-id=
"id"
/>
</el-tab-pane>
<el-tab-pane
label=
"订单管理"
name=
"fourth"
>
订单管理(WIP)
</el-tab-pane>
<el-tab-pane
label=
"订单管理"
name=
"order"
lazy
>
<UserOrder
:user-id=
"id"
/>
</el-tab-pane>
<el-tab-pane
label=
"售后管理"
name=
"fourth"
>
售后管理(WIP)
</el-tab-pane>
<el-tab-pane
label=
"收藏记录"
name=
"fourth"
>
收藏记录(WIP)
</el-tab-pane>
<el-tab-pane
label=
"优惠劵"
name=
"fourth"
>
优惠劵(WIP)
</el-tab-pane>
...
...
@@ -66,6 +68,7 @@ import UserPointList from './UserPointList.vue'
import
UserSignList
from
'./UserSignList.vue'
import
UserExperienceRecord
from
'./UserExperienceRecord.vue'
import
{
CardTitle
}
from
'@/components/Card/index'
import
UserOrder
from
'@/views/member/user/detail/UserOrder.vue'
defineOptions
({
name
:
'MemberDetail'
})
...
...
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