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
47665356
Commit
47665356
authored
Feb 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
9724fcb4
2a298631
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
17 deletions
+62
-17
leaderPerformance.vue
src/components/LeaderManagement/leaderPerformance.vue
+62
-17
No files found.
src/components/LeaderManagement/leaderPerformance.vue
View file @
47665356
...
...
@@ -87,7 +87,7 @@
height
:
230px
;
border
:
1px
solid
#E6E6E6
;
border-radius
:
4px
;
margin
-right
:
10px
;
margin
:
0
10px
10px
0
;
background-color
:
#fff
;
padding
:
0
20px
;
}
...
...
@@ -282,6 +282,22 @@
.guidPerformance
._btTitle
:last-child
{
border-bottom
:
0
;
}
.leaderTousuTable
{
border
:
1px
solid
#E6E6E6
;
float
:
left
;
width
:
226px
;
margin-top
:
20px
;
border-collapse
:
collapse
;
}
.leaderTousuTable
th
{
background-color
:
#f1f1f1
;
color
:
#666666
;
font-size
:
14px
;
border
:
1px
solid
#E6E6E6
;
}
.leaderTousuTable
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;}
.leaderTousuTable
tr
:nth-child
(
2n
+
1
)
{
background
:
#fafafa
;
}
.leaderTousuTable
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
</
style
>
<
template
>
...
...
@@ -508,23 +524,45 @@
</div>
</div>
</div>
</
template
>
</div>
<
template
v-if=
"msg.Type<7"
>
<div
class=
"rightDiv"
>
<div
class=
"_btTitle"
v-for=
"(item,index) in twelveToTwenty"
:key=
"item.subCode"
>
<div
class=
"tweleindex"
>
{{
12
+
index
}}
</div>
<div
class=
"peopleInfo clearfix"
>
<div
class=
"HeadPortrait TW"
>
<img
v-if=
"!item.EmPhoto"
src=
"../../assets/img/default_head_img.jpg"
>
<img
v-else
:src=
"item.EmPhoto"
:onerror=
'defaultImg'
/>
</div>
<span
class=
"peopleName"
>
{{
item
.
Name
}}
</span>
<div
class=
"TweleEx"
>
¥
{{
item
.
LeaderExtract
}}
</div>
<div
class=
"leftBottom clearfix"
>
<div
class=
"bottomList"
>
<div
class=
"btLittle"
v-for=
"(item,index) in twelveToFifteen"
:key=
"item.subCode"
>
<div
class=
"_index"
>
{{
12
+
index
}}
</div>
<div
class=
"peopleInfo clearfix"
>
<div
class=
"HeadPortrait"
>
<img
v-if=
"!item.EmPhoto"
src=
"../../assets/img/default_head_img.jpg"
>
<img
v-else
:src=
"item.EmPhoto"
:onerror=
'defaultImg'
/>
</div>
<span
class=
"peopleName"
>
{{
item
.
Name
}}
</span>
<div
class=
"peopleMoney"
>
¥
{{
item
.
LeaderExtract
}}
</div>
</div>
</div>
</div>
<div
class=
"bottomList"
>
<div
class=
"btLittle"
v-for=
"(item,index) in fifteenTonitten"
:key=
"item.subCode"
>
<div
class=
"_index"
>
{{
16
+
index
}}
</div>
<div
class=
"peopleInfo clearfix"
>
<div
class=
"HeadPortrait"
>
<img
v-if=
"!item.EmPhoto"
src=
"../../assets/img/default_head_img.jpg"
>
<img
v-else
:src=
"item.EmPhoto"
:onerror=
'defaultImg'
/>
</div>
<span
class=
"peopleName"
>
{{
item
.
Name
}}
</span>
<div
class=
"peopleMoney"
>
¥
{{
item
.
LeaderExtract
}}
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
</div>
<table
class=
"leaderTousuTable"
style=
"display:none;"
>
<tr>
<th>
投诉次数
</th>
<th>
意见调查表缺少张数
</th>
</tr>
<tr>
<td
colspan=
"2"
>
功能正在开发中
</td>
</tr>
</table>
</div>
</div>
</template>
...
...
@@ -559,6 +597,10 @@
eightToeleven
:
''
,
//12-20名
twelveToTwenty
:
''
,
//12-15
twelveToFifteen
:
''
,
//15-19
fifteenTonitten
:
''
,
//购物店名称
ShopList
:
[],
monthList
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
],
...
...
@@ -589,6 +631,7 @@
this
.
fourToSeven
=
[];
this
.
eightToeleven
=
[];
this
.
twelveToTwenty
=
[];
this
.
twelveToFifteen
=
[];
this
.
DataList
=
[];
this
.
apipost
(
"LeaderSchedule_get_GetLeaderList"
,
msg
,
res
=>
{
this
.
loading
=
false
;
...
...
@@ -601,7 +644,9 @@
this
.
jijun
=
nArray
.
splice
(
0
,
1
);
this
.
fourToSeven
=
nArray
.
splice
(
0
,
4
);
this
.
eightToeleven
=
nArray
.
splice
(
0
,
4
);
this
.
twelveToTwenty
=
nArray
.
splice
(
0
,
9
);
//this.twelveToTwenty = nArray.splice(0, 9);
this
.
twelveToFifteen
=
nArray
.
splice
(
0
,
4
);
this
.
fifteenTonitten
=
nArray
.
splice
(
0
,
4
);
}
}
},
...
...
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