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
c6031ba2
authored
Sep 27, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 user detail 的 todo
parent
99a0c7c3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
src/views/member/user/detail/UserAccountInfo.vue
+1
-1
src/views/member/user/detail/index.vue
+3
-0
src/views/member/user/index.vue
+2
-0
No files found.
src/views/member/user/detail/UserAccountInfo.vue
View file @
c6031ba2
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</
template
>
</
template
>
{{ user.totalPoint || 0 }}
{{ user.totalPoint || 0 }}
</el-descriptions-item>
</el-descriptions-item>
<!-- TODO
芋艿:后续接入余额、支付金额
-->
<!-- TODO
@疯狂:从 wallet 读取下对应字段
-->
<el-descriptions-item>
<el-descriptions-item>
<
template
#
label
>
<
template
#
label
>
<descriptions-item-label
label=
" 当前余额 "
icon=
"svg-icon:member_balance"
/>
<descriptions-item-label
label=
" 当前余额 "
icon=
"svg-icon:member_balance"
/>
...
...
src/views/member/user/detail/index.vue
View file @
c6031ba2
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<el-tab-pane
label=
"成长值"
name=
"experience"
lazy
>
<el-tab-pane
label=
"成长值"
name=
"experience"
lazy
>
<UserExperienceRecordList
:user-id=
"id"
<UserExperienceRecordList
:user-id=
"id"
/></el-tab-pane>
/></el-tab-pane>
<!-- TODO @jason:增加一个余额变化; -->
<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=
"address"
lazy
>
<el-tab-pane
label=
"收货地址"
name=
"address"
lazy
>
<UserAddressList
:user-id=
"id"
/>
<UserAddressList
:user-id=
"id"
/>
...
@@ -48,7 +49,9 @@
...
@@ -48,7 +49,9 @@
</el-tab-pane>
</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>
<el-tab-pane
label=
"收藏记录"
name=
"fourth"
>
收藏记录(WIP)
</el-tab-pane>
<!-- TODO @疯狂:优惠劵的读取 -->
<el-tab-pane
label=
"优惠劵"
name=
"fourth"
>
优惠劵(WIP)
</el-tab-pane>
<el-tab-pane
label=
"优惠劵"
name=
"fourth"
>
优惠劵(WIP)
</el-tab-pane>
<!-- TODO @疯狂:增加获得分校用户;直接查询出所有;需要体现出是一级还是二级;用户编号、昵称、级别、绑定时间 -->
</el-tabs>
</el-tabs>
</el-card>
</el-card>
</el-row>
</el-row>
...
...
src/views/member/user/index.vue
View file @
c6031ba2
...
@@ -128,6 +128,8 @@
...
@@ -128,6 +128,8 @@
>
>
编辑
编辑
</el-button>
</el-button>
<!-- todo @jason:增加一个【修改余额】 -->
<!-- todo @疯狂:增加一个【修改积分】,表单是:radio 增加/减少;input 具体的变化积分 -->
<!-- todo 放到更多菜单中 -->
<!-- todo 放到更多菜单中 -->
<el-button
<el-button
link
link
...
...
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