Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
4ae2fc00
Commit
4ae2fc00
authored
Jul 20, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:生活号个人未认证状态调整
parent
0b978b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
9 deletions
+32
-9
life-no-detail.vue
src/pages/Life-no/life-no-detail.vue
+32
-9
No files found.
src/pages/Life-no/life-no-detail.vue
View file @
4ae2fc00
<
template
>
<div
class=
"life-no-detail"
>
<el-page-header
@
back=
"goBack"
content=
"生活号详情页面"
>
</el-page-header>
<el-page-header
@
back=
"goBack"
content=
"生活号详情页面"
>
</el-page-header>
<el-card
class=
"management"
>
<h4
class=
"titleInfo"
>
生活号信息
</h4>
<el-descriptions
:column=
"3"
border
>
<el-descriptions
:column=
"3"
border
>
<template
#
extra
>
</
template
>
<el-descriptions-item>
<
template
#
label
>
ID
</
template
>
...
...
@@ -15,8 +21,7 @@
</el-descriptions-item>
<el-descriptions-item>
<
template
#
label
>
状态
</
template
>
{{ life_account.life_account_status == 1 ? "正常" : "" }}
{{ life_account.life_account_status == 1 ? "正常" : "个人未认证" }}
</el-descriptions-item>
<el-descriptions-item>
<
template
#
label
>
创建人昵称
</
template
>
...
...
@@ -34,7 +39,10 @@
</el-card>
<el-card
class=
"management"
>
<h4
class=
"titleInfo"
>
类型信息
</h4>
<el-descriptions
:column=
"3"
border
>
<el-descriptions
:column=
"3"
border
>
<
template
#
extra
>
</
template
>
<div
v-if=
"company_auth_record"
>
<el-descriptions-item>
...
...
@@ -65,12 +73,27 @@
<el-card
class=
"management"
>
<h4
class=
"titleInfo"
>
用户信息
</h4>
<div
class=
"accountRoleList"
>
<el-table
:data=
"accountRoleList"
border
style=
"width: 100%"
>
<el-table-column
prop=
"nick_name"
label=
"昵称"
width=
"180"
>
<el-table
:data=
"accountRoleList"
border
style=
"width: 100%"
>
<el-table-column
prop=
"nick_name"
label=
"昵称"
width=
"180"
>
</el-table-column>
<el-table-column
prop=
"mobile"
label=
"账号"
width=
"180"
>
<el-table-column
prop=
"mobile"
label=
"账号"
width=
"180"
>
</el-table-column>
<el-table-column
:formatter=
"roleRangeFormat"
label=
"管理员"
>
<el-table-column
:formatter=
"roleRangeFormat"
label=
"管理员"
>
</el-table-column>
</el-table>
</div>
...
...
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