Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
57eb1bd4
Commit
57eb1bd4
authored
Jun 04, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据统计页面列表鼠标悬浮显示小手
parent
9d02d6e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
index.vue
src/views/dataStatistics/assessView/index.vue
+3
-3
index.vue
src/views/dataStatistics/classView/index.vue
+5
-5
index.vue
src/views/dataStatistics/companyView/index.vue
+6
-6
index.vue
src/views/dataStatistics/userView/index.vue
+6
-6
No files found.
src/views/dataStatistics/assessView/index.vue
View file @
57eb1bd4
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"参与考核人数"
align=
"center"
prop=
"participant"
>
<el-table-column
label=
"参与考核人数"
align=
"center"
prop=
"participant"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
participant
!=
null
?
scope
.
row
.
participant
:
'--'
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
participant
!=
null
?
scope
.
row
.
participant
:
'--'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"平均分"
align=
"center"
prop=
"avg"
>
<el-table-column
label=
"平均分"
align=
"center"
prop=
"avg"
>
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"满分人数"
align=
"center"
prop=
"fullNumber"
>
<el-table-column
label=
"满分人数"
align=
"center"
prop=
"fullNumber"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
fullNumber
!=
null
?
scope
.
row
.
fullNumber
:
'--'
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
fullNumber
!=
null
?
scope
.
row
.
fullNumber
:
'--'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"及格人数"
align=
"center"
prop=
"passNumber"
>
<el-table-column
label=
"及格人数"
align=
"center"
prop=
"passNumber"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
passNumber
!=
null
?
scope
.
row
.
passNumber
:
'--'
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
passNumber
!=
null
?
scope
.
row
.
passNumber
:
'--'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/dataStatistics/classView/index.vue
View file @
57eb1bd4
...
@@ -100,27 +100,27 @@
...
@@ -100,27 +100,27 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"学习总人数"
align=
"center"
prop=
"totalNumber"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"学习总人数"
align=
"center"
prop=
"totalNumber"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
totalNumber
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
totalNumber
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"未开始人数"
align=
"center"
prop=
"notStart"
>
<el-table-column
label=
"未开始人数"
align=
"center"
prop=
"notStart"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
notStart
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
notStart
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"学习中人数"
align=
"center"
prop=
"learning"
>
<el-table-column
label=
"学习中人数"
align=
"center"
prop=
"learning"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
learning
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
learning
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"学习完成人数"
align=
"center"
prop=
"finish"
>
<el-table-column
label=
"学习完成人数"
align=
"center"
prop=
"finish"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
finish
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
finish
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"参与考核人数"
align=
"center"
prop=
"examed"
>
<el-table-column
label=
"参与考核人数"
align=
"center"
prop=
"examed"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
examed
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
examed
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
src/views/dataStatistics/companyView/index.vue
View file @
57eb1bd4
...
@@ -119,32 +119,32 @@
...
@@ -119,32 +119,32 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"学员人数"
align=
"center"
prop=
"studentNumber"
>
<el-table-column
label=
"学员人数"
align=
"center"
prop=
"studentNumber"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
studentNumber
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
studentNumber
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"付费课程数"
align=
"center"
prop=
"payed"
>
<el-table-column
label=
"付费课程数"
align=
"center"
prop=
"payed"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
payed
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
payed
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"试用课程数"
align=
"center"
prop=
"noPay"
>
<el-table-column
label=
"试用课程数"
align=
"center"
prop=
"noPay"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
noPay
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
noPay
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"完成必修课人次"
align=
"center"
prop=
"finish"
>
<el-table-column
label=
"完成必修课人次"
align=
"center"
prop=
"finish"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
finish
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
finish
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"未完成必修课人次"
align=
"center"
prop=
"notFinish"
>
<el-table-column
label=
"未完成必修课人次"
align=
"center"
prop=
"notFinish"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
notFinish
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
notFinish
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"必修考核记录数"
align=
"center"
prop=
"exam"
>
<el-table-column
label=
"必修考核记录数"
align=
"center"
prop=
"exam"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
exam
}}
</span>
<span
style=
"color: #214e90;
cursor:pointer;
"
>
{{
scope
.
row
.
exam
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/dataStatistics/userView/index.vue
View file @
57eb1bd4
...
@@ -36,32 +36,32 @@
...
@@ -36,32 +36,32 @@
<el-table-column
label=
"计划课程总数"
align=
"center"
prop=
"total"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"计划课程总数"
align=
"center"
prop=
"total"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
total
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
total
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"学习中课程数"
align=
"center"
prop=
"learning"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"学习中课程数"
align=
"center"
prop=
"learning"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
learning
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
learning
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"已学完课程数"
align=
"center"
prop=
"finish"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"已学完课程数"
align=
"center"
prop=
"finish"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
finish
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
finish
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"未开始课程数"
align=
"center"
prop=
"notStart"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"未开始课程数"
align=
"center"
prop=
"notStart"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
notStart
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
notStart
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"参与考核课程数"
align=
"center"
prop=
"examedNumber"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"参与考核课程数"
align=
"center"
prop=
"examedNumber"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
examedNumber
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
examedNumber
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"未考核课程数"
align=
"center"
prop=
"notExamedNumber"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"未考核课程数"
align=
"center"
prop=
"notExamedNumber"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
notExamedNumber
}}
</span>
<span
style=
"color: #214e90;
cursor: pointer
"
>
{{
scope
.
row
.
notExamedNumber
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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