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
c847a5fe
Commit
c847a5fe
authored
Jul 21, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Plain Diff
update:bugfix
parents
e9548851
73c3863e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
10 deletions
+33
-10
index.vue
src/pages/Goods/Retail/index.vue
+1
-1
life-no-detail.vue
src/pages/Life-no/life-no-detail.vue
+32
-9
No files found.
src/pages/Goods/Retail/index.vue
View file @
c847a5fe
...
...
@@ -581,7 +581,7 @@ export default {
}
},
selectGoodsChange
(
e
)
{
this
.
ruleForm
.
goods_spu_id
=
e
.
map
((
item
)
=>
item
.
goods_s
p
u_id
);
this
.
ruleForm
.
goods_spu_id
=
e
.
map
((
item
)
=>
item
.
goods_s
k
u_id
);
},
async
getAllList
()
{
let
all
=
await
getMarketingList
({
...
...
src/pages/Life-no/life-no-detail.vue
View file @
c847a5fe
<
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