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
b64def01
Commit
b64def01
authored
Mar 09, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
3d40ce90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
class-record.vue
src/components/school/student/class-record.vue
+5
-5
No files found.
src/components/school/student/class-record.vue
View file @
b64def01
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</div>
</div>
<div>
<div>
<el-table
:data=
"chapterList"
v-loading=
"loading"
ref=
"table"
:height=
"tableHeight"
style=
"width: 100%;"
>
<el-table
:data=
"chapterList"
v-loading=
"loading"
ref=
"table"
:height=
"tableHeight"
style=
"width: 100%;"
>
<el-table-column
prop=
"ChapterNo"
label=
"章节"
width=
"
4
00"
>
<el-table-column
prop=
"ChapterNo"
label=
"章节"
width=
"
3
00"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
style=
"display: inline-block;"
>
<div
style=
"display: inline-block;"
>
<div
class=
"flex q-ml-md"
>
<div
class=
"flex q-ml-md"
>
...
@@ -73,14 +73,14 @@
...
@@ -73,14 +73,14 @@
<i>
{{
scope
.
row
.
ChapterNo
}}
</i>
<i>
{{
scope
.
row
.
ChapterNo
}}
</i>
</span>
</span>
</div>
</div>
<div
style=
"margin-left: 36px;width:
32
0px;"
class=
"ellipsis"
>
<div
style=
"margin-left: 36px;width:
24
0px;"
class=
"ellipsis"
>
{{
scope
.
row
.
ChapterName
}}
{{
scope
.
row
.
ChapterName
}}
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"AgainNum"
label=
"进度"
width=
"
8
0"
>
<el-table-column
prop=
"AgainNum"
label=
"进度"
width=
"
10
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CourseRateName
}}
(
{{
scope
.
row
.
ChapterGradeNo
}}
)
{{
scope
.
row
.
CourseRateName
}}
(
{{
scope
.
row
.
ChapterGradeNo
}}
)
</
template
>
</
template
>
...
@@ -96,11 +96,11 @@
...
@@ -96,11 +96,11 @@
<div
class=
"text-negative"
v-if=
"scope.row.State == 3"
>
缺课
</div>
<div
class=
"text-negative"
v-if=
"scope.row.State == 3"
>
缺课
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<
!-- <el-table-column prop="AgainNum" label="重学次数" width="8
0">
<
el-table-column
prop=
"AgainNum"
label=
"重学"
width=
"6
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
AgainNum
}}
{{
scope
.
row
.
AgainNum
}}
</
template
>
</
template
>
</el-table-column>
-->
</el-table-column>
</el-table>
</el-table>
</div>
</div>
...
...
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