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
193c0466
Commit
193c0466
authored
Nov 19, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9cf84b66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
leaderStateDetails.vue
src/components/LeaderManagement/leaderStateDetails.vue
+2
-14
No files found.
src/components/LeaderManagement/leaderStateDetails.vue
View file @
193c0466
...
...
@@ -161,32 +161,20 @@
<img
v-else
:src=
"EmPhoto"
:onerror=
"defaultImg"
>
</div>
<span
class=
"leaderName"
>
{{
LeaderName
}}
</span>
<!--
<span
class=
"jixiao"
v-if=
"msg.Type==2"
><i
class=
"iconfont icon-money"
></i>
本月绩效¥
<span
class=
"totalNum"
>
{{
totalSum
}}
</span></span>
<span
class=
"jixiao"
v-else-if=
"msg.Type==3"
><i
class=
"iconfont icon-money"
></i>
本年绩效¥
<span
class=
"totalNum"
>
{{
totalSum
}}
</span></span>
<span
class=
"jixiao"
v-else
><i
class=
"iconfont icon-money"
></i>
总绩效¥
<span
class=
"totalNum"
>
{{
totalSum
}}
</span></span>
-->
</div>
<input
type=
"button"
class=
"hollowFixedBtn backBtn"
@
click=
"goUrl('guideManagement')"
:value=
"$t('pub.returnBack')"
/>
<!--
<input
type=
"button"
class=
"normalBtn backBtn"
@
click=
"showStatis(1)"
v-if=
"isShow==false"
value=
"绩效走势"
/>
<input
type=
"button"
class=
"normalBtn backBtn"
@
click=
"showStatis(2)"
v-else
value=
"列表"
/>
-->
<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>
{{
$t
(
'ground.daoyouticheng'
)
}}
</span>
<span>
{{
$t
(
'ground.lingduiticheng'
)
}}
</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
.
GuideCommission
}}
</span>
<span
class=
"totalPrice"
style=
"width:200px;"
>
¥
{{
item
.
LeaderCommission
}}
</span>
...
...
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