Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
inspect_report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhengjinlei
inspect_report
Commits
414a0598
Commit
414a0598
authored
Dec 02, 2019
by
zhengjinlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组长概览
parent
72b9a0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
30 deletions
+66
-30
group.html
src/inspect_report/templates/inspect/group.html
+66
-30
No files found.
src/inspect_report/templates/inspect/group.html
View file @
414a0598
...
...
@@ -13,7 +13,7 @@
display
:
inline-block
;
}
#OneTime
.el-input__icon
{
line-height
:
32px
;
line-height
:
32px
;
}
#OneTime
.el-input
.el-input__inner
{
padding-left
:
30px
;
...
...
@@ -24,11 +24,42 @@
color
:
#565656
;
font-size
:
15px
;
}
.groutTitle
{
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
20px
;
margin-top
:
10px
;
}
.groutTitle
>
div
{
order
:
1
;
flex-grow
:
1
;
background-color
:
#fff
;
}
.groutTitle
>
div
:nth-child
(
2
)
{
margin
:
0
10px
;
}
.groutTitle
.grid-content
{
padding
:
20px
;
}
.groutTitle
.grid-content
.icon
{
font-size
:
30px
;
margin-right
:
10px
;
}
.groutTitle
.grid-content
div
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.groutTitle
.grid-content
.content-value
{
font-size
:
30px
;
}
#main
{
background-color
:
#fff
;
}
</style>
</head>
<body
style=
'height:100%'
>
<div
class=
'child-title'
>
组长概览
</div>
<div
class=
'child-main'
id=
'childApp'
>
{#
<div
class=
'child-title'
>
组长概览
</div>
#}
<div
class=
'child-main'
id=
'childApp'
style=
'background-color:initial;padding:0;'
>
<div
style=
'text-align:right;'
class=
'childTitle'
>
<div
class=
'childTitleName'
>
违规项分析
</div>
<div
id=
'OneTime'
>
...
...
@@ -41,35 +72,40 @@
>
</el-date-picker>
</div>
<!--
<el-select v-model="taskvalue" filterable placeholder="请选择" @change="changeTask">
<el-option
v-for="item in taskList"
:key="item.id"
:label="item.name"
:value="item.id">
</el-option>
</el-select>
<el-select v-model="takevalue" filterable placeholder="请选择" @change='changeTake'>
<el-option
label="全部坐席"
value="">
</el-option>
<el-option
v-for="item in takeList"
:key="item.agentName"
:label="item.agentName"
:value="item.agentName">
</el-option>
</el-select>
-->
</div>
<div
style=
'margin-top:10px;padding-left:30px;'
class=
'groutTitle'
>
<span>
质检完成会话数:
<span
v-html=
'titleInfo.total_session'
></span></span>
<span>
违规会话数:
<span
v-html=
'titleInfo.validate_session'
></span></span>
<span>
占比:
<span
v-html=
'titleInfo.ratio * 100 + "%"'
></span></span>
<div
style=
'margin-top:10px;'
class=
'groutTitle'
>
<div
class=
"grid-content"
>
<div
class=
'icon'
>
<i
class=
'el-icon-message-solid'
></i>
</div>
<div
class=
'content'
>
<span>
质检完成会话数:
</span>
<br
/>
<span
class=
'content-value'
v-html=
'titleInfo.total_session'
>
0
</span>
</div>
</div>
<div
class=
"grid-content"
>
<div
class=
'icon'
>
<i
class=
'el-icon-warning'
></i>
</div>
<div
class=
'content'
>
<span>
违规会话数:
</span>
<br
/>
<span
class=
'content-value'
v-html=
'titleInfo.validate_session'
>
0
</span>
</div>
</div>
<div
class=
"grid-content"
>
<div
class=
'icon'
>
<i
class=
'el-icon-s-marketing'
></i>
</div>
<div
class=
'content'
>
<span>
占比:
</span>
<br
/>
<span
class=
'content-value'
v-html=
'titleInfo.ratio * 100 + "%"'
>
0
</span>
</div>
</div>
</div>
<div
id=
'main'
style=
'width:
8
0%;height:600px'
v-loading=
'true'
></div>
<div
id=
'main'
style=
'width:
10
0%;height:600px'
v-loading=
'true'
></div>
</div>
<script
type=
"text/javascript"
>
window
.
onload
=
function
(){
...
...
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