Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
61c1b2c5
Commit
61c1b2c5
authored
Apr 22, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
639124e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
12 deletions
+20
-12
Index.vue
src/components/Index.vue
+20
-12
No files found.
src/components/Index.vue
View file @
61c1b2c5
...
...
@@ -90,8 +90,9 @@
<el-table-column
prop=
"name"
label=
"商城名称"
width=
"155"
>
<template
slot-scope=
"scope"
>
<p
style=
"color:#409EFF"
>
{{
scope
.
row
.
MallName
}}
</p>
<p>
{{
scope
.
row
.
MallBaseId
}}
<span
style=
"color:rgb(144, 147, 153)"
>
{{
scope
.
row
.
MallBaseId
}}
</span>
<p>
账号:
{{
scope
.
row
.
Account
}}
</p>
<p>
手机:
<span
style=
"color:rgb(144, 147, 153)"
>
{{
scope
.
row
.
MobilePhone
}}
</span>
</p>
</
template
>
</el-table-column>
...
...
@@ -129,18 +130,25 @@
</div>
<div
style=
"padding: 15px 20px;"
>
<el-table
:data=
"tableData"
border
style=
"width: 100%;margin-bottom:20px"
>
<el-table-column
prop=
"ID"
label=
"ID"
width=
"60"
>
</el-table-column>
<el-table-column
prop=
"address"
label=
"账户"
width=
"155"
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"商城名称"
width=
"320"
>
</el-table-column>
<el-table-column
prop=
"MallBaseId"
label=
"编号"
width=
"60"
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"商城名称"
width=
"155"
>
<
template
slot-scope=
"scope"
>
<p
style=
"color:#409EFF"
>
{{
scope
.
row
.
MallName
}}
</p>
<p>
账号:
{{
scope
.
row
.
Account
}}
</p>
<p>
手机:
<span
style=
"color:rgb(144, 147, 153)"
>
{{
scope
.
row
.
MobilePhone
}}
</span>
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"address"
label=
"数据统计"
show-overflow-tooltip
:render-header=
"renderHeader"
width=
"155"
>
</el-table-column>
<el-table-column
prop=
"EffectiveDateStr"
label=
"有效期"
width=
"170"
>
</el-table-column>
<el-table-column
prop=
"address"
label=
"操作"
>
<
template
>
<el-button
size=
"mini"
type=
"info"
plain
>
编辑
</el-button>
<el-button
size=
"mini"
type=
"info"
plain
>
回收
</el-button>
<el-button
size=
"mini"
type=
"info"
plain
>
版权
</el-button>
<el-button
size=
"mini"
type=
"info"
plain
>
禁用
</el-button>
<el-button
size=
"mini"
type=
"info"
plain
>
恢复
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
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