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
60249c5b
Commit
60249c5b
authored
Dec 07, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
6fdf9e41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
classinfo-form.vue
src/components/course/classinfo-form.vue
+11
-9
No files found.
src/components/course/classinfo-form.vue
View file @
60249c5b
...
...
@@ -41,33 +41,35 @@
<q-card
style=
"margin-top:61px;width:800px"
class=
"no-border-radius classinfo_Dialog"
>
<div
class=
"drawerTop"
>
<div
style=
"display:flex;align-items:center;"
>
<q-avatar
size=
"md"
style=
"background:#d4dfff;color:#2961FE;font-weight:bold;"
>
张
</q-avatar>
<q-avatar
size=
"md"
style=
"background:#d4dfff;color:#2961FE;font-weight:bold;"
>
{{
setingObj
.
ClassName
.
substring
(
0
,
1
)
}}
</q-avatar>
<div
class=
"className"
>
<div
class=
"classFirst"
>
东野大木(五班)
</div>
<div
style=
"color:#666666;font-size:12px;"
>
0-N3直通车
</div>
<div
class=
"classFirst"
>
{{
setingObj
.
ClassName
}}
</div>
<div
style=
"color:#666666;font-size:12px;"
>
{{
setingObj
.
CourseName
}}
</div>
</div>
<div
class=
"classStatus"
>
开班中
</div>
<div
class=
"classStatus"
>
{{
setingObj
.
ClassStatusStr
}}
</div>
</div>
</div>
<div
style=
"margin:20px;font-size:12px;"
>
<div
class=
"row wrap "
>
<div
class=
"col-6"
>
<span
class=
"normalName"
>
老师名称:
</span>
<span
class=
"normalInner"
>
李琴
</span>
<span
class=
"normalInner"
>
{{
setingObj
.
TeacherName
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"normalName"
>
开班时间:
</span>
<span
class=
"normalInner"
>
2020-11-11
09:30
</span>
<span
class=
"normalInner"
>
{{
setingObj
.
OpenTime
}}
09:30
</span>
</div>
</div>
<div
class=
"row wrap"
style=
"margin-top:20px;"
>
<div
class=
"col-6"
>
<
!--
<
div
class=
"col-6"
>
<span
class=
"normalName"
>
开班时间:
</span>
<span
class=
"normalInner"
>
2020-11-11 09:30
</span>
</div>
</div>
-->
<div
class=
"col-6"
style=
"display:flex;align-items:center;"
>
<span
class=
"normalName"
>
课程进度:
</span>
<q-linear-progress
rounded
size=
"20px"
:value=
"
0.2
"
<q-linear-progress
rounded
size=
"20px"
:value=
"
setingObj.CompleteProgress/100
"
style=
"background-color:#EEEEEF;color:#3FC4FF;display:inline-block;width:44%"
/>
</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