Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
3f173b87
Commit
3f173b87
authored
Sep 03, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员详情页
parent
e26685d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
memberDetails.vue
src/views/member/user/memberDetails.vue
+17
-11
No files found.
src/views/member/user/memberDetails.vue
View file @
3f173b87
...
...
@@ -38,7 +38,7 @@
</div>
</header>
<!--lanbm 2024-05-15 修改信息显示BUG-->
<el-descriptions
:title=
"$t('基础信息')"
:column=
"4"
border
>
<el-descriptions
:title=
"$t('基础信息')"
:
labelStyle=
"
{'width': '146px'}" :contentStyle="{'width': '278px'}" :
column="4" border>
<el-descriptions-item
:label=
"$t('会员编号')"
>
{{
details
.
id
}}
</el-descriptions-item>
...
...
@@ -78,9 +78,6 @@
<el-descriptions-item
:label=
"$t('创建时间')"
>
{{
details
.
createTime
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('上次登录')"
>
{{
details
.
loginDate
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('绑定客户')"
>
{{
details
.
customerCode
}}
</el-descriptions-item>
...
...
@@ -90,11 +87,17 @@
<el-descriptions-item
:label=
"$t('城市')"
>
{{
isChinese
?
details
.
cityTitleZh
:
cityTitleEn
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('上次登录')"
>
{{
details
.
loginDate
}}
</el-descriptions-item>
</el-descriptions>
<!--lanbm 2024-05-15 修改信息显示BUG-->
<el-descriptions
style=
"margin-top: 20px"
:title=
"$t('公司信息')"
:labelStyle=
"
{'width': '146px',}"
:contentStyle="{'width': '278px',}"
:column="4"
border
>
...
...
@@ -120,6 +123,8 @@
<el-descriptions
style=
"margin-top: 20px"
:title=
"$t('认证信息')"
:labelStyle=
"
{'width': '146px'}"
:contentStyle="{'width': '278px'}"
:column="4"
border
>
...
...
@@ -186,14 +191,15 @@
direction=
"vertical"
border
>
<el-descriptions-item
:label=
"$t('会员图标')"
>
<!--
<el-descriptions-item
:label=
"$t('会员图标')"
>
</el-descriptions-item
>
-->
<el-descriptions-item
:label=
"$t('会员等级')"
>
<el-image
:src=
"details.userScoreLevelInfo.levelIcon"
style=
"width: 20px; height: 20px"
>
{{
$t
(
"
无
"
)
}}
</el-image
></el-descriptions-item
>
<el-descriptions-item
:label=
"$t('会员等级')"
>
>
{{
$t
(
"
无
"
)
}}
</el-image>
{{
details
.
userScoreLevelInfo
.
levelName
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('当前积分')"
>
{{
...
...
@@ -206,13 +212,13 @@
details
.
userScoreLevelInfo
.
memberCode
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('操作')"
>
<
!--
<
el-button
<el-button
type=
"text"
class=
"copy-btn"
:data-clipboard-text=
"details.memberCode"
>
{{
$t
(
"
复制推荐码
"
)
}}
</el-button>
-->
</el-button>
<el-button
type=
"text"
@
click=
"handleExchangeRewards(details)"
>
{{
$t
(
"
兑换礼品
"
)
}}
</el-button>
...
...
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