Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
ca334ed7
Commit
ca334ed7
authored
Jul 01, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
e164d7d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
33 deletions
+15
-33
ClassEliminationStatistics.vue
src/pages/stuMan/ClassEliminationStatistics.vue
+8
-6
consumptionCourseList.vue
src/pages/stuMan/components/consumptionCourseList.vue
+7
-27
No files found.
src/pages/stuMan/ClassEliminationStatistics.vue
View file @
ca334ed7
...
...
@@ -3,7 +3,7 @@
<div
class=
"col row wrap q-col-gutter-md"
>
<div
class=
"col-2 flex"
>
<el-select
v-model=
"msg.TeacherAccountId"
style=
"width: 100%"
placeholder=
"教师"
size=
"small"
@
change=
"refreshPage()"
clearable
filterable
>
@
change=
"refreshPage()"
clearable
filterable
>
<el-option
v-for=
"item in TeacherList"
:key=
"item.Id"
:label=
"item.EmployeeName"
:value=
"item.Id"
>
</el-option>
<div
slot=
"prefix"
class=
"full-height flex items-center"
style=
"color: #000; padding-right: 10px"
>
...
...
@@ -13,7 +13,7 @@
</div>
<div
class=
"col-2 flex"
>
<el-select
v-model=
"msg.CourseId"
style=
"width: 100%"
placeholder=
"课程"
size=
"small"
@
change=
"refreshPage()"
clearable
filterable
>
clearable
filterable
>
<el-option
v-for=
"item in CourseList"
:key=
"item.CourseId"
:label=
"item.CourseName"
:value=
"item.CourseId"
>
</el-option>
<div
slot=
"prefix"
class=
"full-height flex items-center"
style=
"color: #000; padding-right: 10px"
>
...
...
@@ -32,7 +32,7 @@
</el-select>
</div>
</div>
<c
ancelClassList
:dataList=
"tableData"
:MaxLength=
"MaxLength"
></cancelClass
List>
<c
onsumptionCourseList
:dataList=
"tableData"
:MaxLength=
"MaxLength"
:loading=
"loading"
></consumptionCourse
List>
</div>
</
template
>
...
...
@@ -49,13 +49,13 @@
getCourseRate
}
from
"../../api/course/index"
;
import
c
ancelClassList
from
"./components/cancelClass
List"
;
import
c
onsumptionCourseList
from
"./components/consumptionCourse
List"
;
export
default
{
meta
:
{
title
:
"学员消课统计"
,
},
components
:
{
c
ancelClass
List
c
onsumptionCourse
List
},
data
()
{
return
{
...
...
@@ -89,7 +89,7 @@
this
.
queryCourseRate
();
},
mounted
()
{
// this.getPlanList();
// this.getPlanList();
},
methods
:
{
refreshPage
()
{
...
...
@@ -97,7 +97,9 @@
},
// 获取校区教室导航列表
getPlanList
()
{
this
.
loading
=
true
;
queryStuLearnChapterStatic
(
this
.
msg
).
then
((
res
)
=>
{
this
.
loading
=
false
;
if
(
res
.
Code
==
1
)
{
this
.
tableData
=
res
.
Data
.
list
;
this
.
MaxLength
=
res
.
Data
.
MaxLength
;
...
...
src/pages/stuMan/components/c
ancelClass
List.vue
→
src/pages/stuMan/components/c
onsumptionCourse
List.vue
View file @
ca334ed7
...
...
@@ -29,7 +29,7 @@
</div>
</div>
</div>
-->
<table
v-loading=
"loading"
>
<table
v-loading=
"loading"
style=
"width:100%;border-collapse: collapse;"
>
<tr>
<td
class=
"cancelClassList-left"
>
报名课程
...
...
@@ -81,25 +81,6 @@
</template>
</tr>
</template>
<!-- <tbody v-for="(item,index) in dataList" :key="index">
<tr>
<td>
{{item.CourseName}}
</td>
<td>
{{item.TeacherName}}
</td>
<td>
{{item.StuName}}
</td>
<template v-for="(subItem,subIndex) in item.ChapterList">
<td>
{{subItem.ChapterName}}
</td>
</template>
</tr>
</tbody> -->
</table>
</div>
</template>
...
...
@@ -162,13 +143,11 @@
if
(
State
==
1
)
{
color
=
"green"
;
}
else
if
(
State
==
2
)
{
color
=
"green"
;
}
else
if
(
State
==
3
)
{
color
=
"green"
;
}
else
if
(
State
==
4
)
{
color
=
"green"
;
}
else
if
(
State
==
3
)
{
color
=
"green"
;
}
else
if
(
State
==
4
)
{
}
return
color
;
}
...
...
@@ -232,6 +211,7 @@
.traineesName.activeOne
{
background
:
#F5AFAF
;
}
.cancelClassList-right-box
{}
...
...
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