Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
b638f028
Commit
b638f028
authored
Nov 20, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a62dd6d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
20 deletions
+19
-20
leaderStateDetails.vue
src/components/LeaderManagement/leaderStateDetails.vue
+19
-20
No files found.
src/components/LeaderManagement/leaderStateDetails.vue
View file @
b638f028
...
...
@@ -164,25 +164,24 @@
</div>
<input
type=
"button"
class=
"hollowFixedBtn backBtn"
@
click=
"goUrl('leaderManagement')"
:value=
"$t('pub.returnBack')"
/>
</div>
<div
class=
"mainInfo"
:class=
"
{'hidDiv':isShow}" v-loading="loading">
<div
class=
"infoTitle"
>
<span>
购物店
</span>
<span>
{{
$t
(
'ground.jindianriqi'
)
}}
</span>
<span>
{{
$t
(
'ground.guanliantuanhao'
)
}}
</span>
<span>
提成
</span>
</div>
<div
class=
"listInfo"
v-for=
"item in DataList"
:key=
"item.subCode"
>
<span
style=
"width:200px;"
>
{{
item
.
ShopName
}}
</span>
<span
style=
"width:200px;"
>
{{
item
.
StoreTime
}}
</span>
<span
style=
"width:200px;"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
<span
class=
"totalPrice"
style=
"width:200px;"
>
¥
{{
item
.
LeaderCommission
}}
</span>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th
width=
"25%"
>
购物店
</th>
<th
width=
"25%"
>
进店日期
</th>
<th
width=
"25%"
>
关联团号
</th>
<th
width=
"25%"
>
提成
</th>
</tr>
<tr
v-for=
"item in DataList"
:key=
"item.subCode"
>
<td>
{{
item
.
ShopName
}}
</td>
<td>
{{
item
.
StoreTime
}}
</td>
<td>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td>
¥
{{
item
.
LeaderCommission
}}
</td>
</tr>
</table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
<div
class=
"statistical"
:class=
"
{'disDiv':isShow}">
<div
class=
"charts"
>
<el-col
:span=
'24'
>
...
...
@@ -201,7 +200,7 @@
return
{
msg
:
{
pageIndex
:
1
,
pageSize
:
1
0
,
pageSize
:
1
5
,
LeaderID
:
""
,
Type
:
0
},
...
...
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