Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
c164d277
Commit
c164d277
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
40889a63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
studentAppointmentList.vue
pages/appointment/personal/studentAppointmentList.vue
+16
-6
No files found.
pages/appointment/personal/studentAppointmentList.vue
View file @
c164d277
...
...
@@ -111,17 +111,27 @@
<text
v-if=
"item.OrderStaus==4"
style=
"color:#969696;"
>
完成
</text>
</view>
<view
style=
"display: flex;align-items: center;margin-top:13px;"
>
<view
style=
"display:flex;align-items: center;"
>
<image
mode=
"aspectFill"
:src=
"item.TeacherLogo"
style=
"width: 28px; height: 28px;border-radius: 50%;"
></image>
<text
class=
"teacherName"
>
{{
item
.
TeacherName
}}
</text>
<view
style=
"display:flex;align-items: center;width: calc(100vw - 180px);"
>
<image
mode=
"aspectFill"
:src=
"item.TeacherLogo"
style=
"width: 35px; height: 35px;border-radius: 50%;"
></image>
<view
style=
"height: 35px;display: flex;flex-direction: column;justify-content: space-between;"
>
<text
class=
"teacherName"
>
{{
item
.
TeacherName
}}
</text>
<text
style=
"font-size: 12px;margin-left: 5px;"
>
{{
item
.
CourseClassTypeName
}}
</text>
</view>
</view>
<view
class=
"stu_tookie"
style=
"display: flex;align-items: center;margin-left:20px;"
>
<!--
<view
class=
"stu_tookie"
style=
"display: flex;align-items: center;margin-left:20px;"
>
<text
class=
"stu_Dian"
>
.
</text>
{{
item
.
CourseClassTypeName
}}
<text
class=
"stu_Dian"
>
.
</text>
</view>
-->
<!--
<view
style=
"font-size: 12px;"
>
{{
item
.
OrderStatusName
}}
</view>
-->
<view
class=
"stu_tookie"
style=
"margin-top: 10px;width: 130px;text-align: right;"
>
<image
style=
"width:12px;height:12px;margin-right:3px;"
src=
"../../../static/images/tookie.png"
alt=
""
></image>
{{
item
.
StudyDate
}}
(
{{
item
.
StudyDuration
}}{{
item
.
DurationUnitName
}}
)
<text
class=
"stu_Dian"
>
.
</text>
{{
item
.
CourseClassTypeName
}}
<text
class=
"stu_Dian"
>
.
</text>
</view>
<!--
<view
style=
"font-size: 12px;"
>
{{
item
.
OrderStatusName
}}
</view>
-->
</view>
<!--
<view
class=
"stu_tookie"
style=
"margin-top: 10px;"
>
<image
style=
"width:12px;height:12px;margin-right:3px;"
src=
"../../../static/images/tookie.png"
alt=
""
></image>
{{
item
.
StudyDate
}}
(
{{
item
.
StudyDuration
}}{{
item
.
DurationUnitName
}}
)
</view>
-->
<view
class=
"stu_plateList"
v-if=
"item.RoomInfo"
:style=
"
{'color:#969696':item.OrderStaus==4}">
<text
v-if=
"item.RoomInfo"
>
{{
item
.
RoomInfo
}}
</text>
</view>
...
...
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