Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
1eb6d495
Commit
1eb6d495
authored
Jan 09, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
594bb5c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
timeTable.vue
src/pages/timetable/timeTable.vue
+6
-9
No files found.
src/pages/timetable/timeTable.vue
View file @
1eb6d495
...
...
@@ -162,17 +162,13 @@
<text>
调出
</text>
</view>
-->
<!-- 调出 -->
<view
v-if=
"item.show&&item.IsOut==1"
style=
"border-top: 1px solid;"
>
<view
class=
"class-name"
v-if=
"item.show&&item.IsOut==1"
style=
"border-top: 1px solid;padding-top: 5px;"
>
{{
item
.
OutInfo
.
ClassName
}}
</view>
<view
v-if=
"item.show&&item.IsOut==1"
>
<view
class=
"teacher-box"
>
<van-icon
name=
"underway"
/>
<text
style=
"margin:0 10rpx;"
>
时间:
</text>
<text>
{{
item
.
OutInfo
.
ClassDate
}}
</text>
</view>
<view
class=
"teacher-box"
>
<van-icon
name=
"wap-home"
/>
<text
style=
"margin:0 10rpx;flex:1"
>
班级:
</text>
<text
style=
"width: 72%"
>
{{
item
.
OutInfo
.
ClassName
}}
</text>
</view>
<view
class=
"teacher-box"
>
<van-icon
name=
"manager"
/>
<text
style=
"margin:0 10rpx;"
>
老师:
</text>
...
...
@@ -185,17 +181,18 @@
</view>
</view>
<!-- 插班 -->
<view
v-if=
"item.show&&item.IsIn==1"
style=
"border-top: 1px solid;"
>
<view
class=
"class-name"
v-if=
"item.show&&item.IsIn==1"
style=
"border-top: 1px solid;padding-top: 5px;"
>
{{
item
.
InInfo
.
ClassName
}}
</view>
<view
v-if=
"item.show&&item.IsIn==1"
>
<view
class=
"teacher-box"
>
<van-icon
name=
"underway"
/>
<text
style=
"margin:0 10rpx;"
>
时间:
</text>
<text>
{{
item
.
InInfo
.
ClassDate
}}
</text>
</view>
<view
class=
"teacher-box"
>
<!--
<view
class=
"teacher-box"
>
<van-icon
name=
"wap-home"
/>
<text
style=
"margin:0 10rpx;;flex:1;"
>
班级:
</text>
<text
style=
"width: 72%"
>
{{
item
.
InInfo
.
ClassName
}}
</text>
</view>
</view>
-->
<view
class=
"teacher-box"
>
<van-icon
name=
"manager"
/>
<text
style=
"margin:0 10rpx;"
>
老师:
</text>
...
...
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