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
594bb5c0
Commit
594bb5c0
authored
Jan 09, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9020b355
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
22 deletions
+28
-22
timeTable.vue
src/pages/timetable/timeTable.vue
+28
-22
No files found.
src/pages/timetable/timeTable.vue
View file @
594bb5c0
...
...
@@ -74,7 +74,7 @@
{{
x
.
StartTime
}}
</view>
</view>
<!--
<view
class=
"guodu"
>
<text>
·
</text>
<text>
·
</text>
...
...
@@ -89,36 +89,42 @@
</view>
</view>
<!-- 调班时间 -->
<!--
<view
v-if=
"item.show&&item.IsOut==1"
style=
"border-top: 1px solid;
width: 100%;height: 14px;"
>
</view>
-->
<view
v-if=
"item.show&&item.IsOut==1"
>
<view
class=
"icon"
>
<view
class=
"icon"
>
上课时间:
</view>
<view
class=
"time-text"
>
<view
class=
"time-text"
>
{{
item
.
OutInfo
.
StartTime
}}
</view>
</view>
<view
v-if=
"item.show&&item.IsOut==1"
>
<view
class=
"icon"
>
<view
class=
"icon"
>
下课时间:
</view>
<view
class=
"time-text"
>
<view
class=
"time-text"
>
{{
item
.
OutInfo
.
EndTime
}}
</view>
</view>
<!-- 插班时间 -->
<!--
<view
v-if=
"item.show&&item.IsIn==1"
style=
"border-top: 1px solid;
width: 100%;height: 14px;"
>
</view>
-->
<view
v-if=
"item.show&&item.IsIn==1"
>
<view
class=
"icon"
>
<view
class=
"icon"
>
上课时间:
</view>
<view
class=
"time-text"
>
<view
class=
"time-text"
>
{{
item
.
InInfo
.
StartTime
}}
</view>
</view>
<view
v-if=
"item.show&&item.IsIn==1"
>
<view
class=
"icon"
>
<view
class=
"icon"
>
下课时间:
</view>
<view
class=
"time-text"
>
<view
class=
"time-text"
>
{{
item
.
InInfo
.
EndTime
}}
</view>
</view>
...
...
@@ -137,7 +143,7 @@
<text
style=
"margin:0 10rpx;"
>
教室:
</text>
<text>
{{
item
.
RoomName
}}
</text>
</view>
<view
class=
"teacher-box"
style=
"margin-top: 30rpx;margin-bottom:
0
;"
>
<view
class=
"teacher-box"
style=
"margin-top: 30rpx;margin-bottom:
20rpx
;"
>
<van-icon
name=
"underway"
/>
<text
style=
"margin:0 10rpx;"
>
出勤:
</text>
<text
v-if=
"x.IsCheck==0 && item.Finished==1"
style=
"color:#282828"
>
出勤
</text>
...
...
@@ -151,12 +157,12 @@
:style=
"
{color:item.Finished==1?'#ddd':'#282828'}">
{{
item
.
Finished
==
1
?
'已上课'
:
'未上课'
}}
</text>
</view>
</view>
<!--
<view
class=
"teacher-box"
style=
'color: red;'
v-if=
'item.IsOut==1'
>
<!--
<view
class=
"teacher-box"
style=
'color: red;'
v-if=
'item.IsOut==1'
>
<text
style=
"margin:0 10rpx;"
></text>
<text>
调出
</text>
</view>
-->
<!-- 调出 -->
<view
v-if=
"item.show&&item.IsOut==1"
>
<view
v-if=
"item.show&&item.IsOut==1"
style=
"border-top: 1px solid;"
>
<view
class=
"teacher-box"
>
<van-icon
name=
"underway"
/>
<text
style=
"margin:0 10rpx;"
>
时间:
</text>
...
...
@@ -179,7 +185,7 @@
</view>
</view>
<!-- 插班 -->
<view
v-if=
"item.show&&item.IsIn==1"
>
<view
v-if=
"item.show&&item.IsIn==1"
style=
"border-top: 1px solid;"
>
<view
class=
"teacher-box"
>
<van-icon
name=
"underway"
/>
<text
style=
"margin:0 10rpx;"
>
时间:
</text>
...
...
@@ -799,9 +805,9 @@
box-shadow
:
0
0
20
rpx
#D0D0D0
;
padding
:
0
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
stretch
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
stretch
;
margin
:
0
32
rpx
;
margin-bottom
:
20
rpx
;
}
...
...
@@ -810,12 +816,12 @@
border-top-left-radius
:
20
rpx
;
border-bottom-left-radius
:
20
rpx
;
background-color
:
#F5F5F5
;
padding
:
0
rpx
40
rpx
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
/* justify-content: center */
justify-content
:
space-around
;
padding
:
0
rpx
40
rpx
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
/* justify-content: center */
justify-content
:
space-around
;
}
...
...
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