Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
25186d35
Commit
25186d35
authored
Jan 17, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
a4489d91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
timeTable-item.vue
src/pages/timetable/timeTable-item.vue
+3
-16
No files found.
src/pages/timetable/timeTable-item.vue
View file @
25186d35
...
...
@@ -34,9 +34,9 @@
</view>
</view>
<view
class=
"class-con class_status"
>
<
text
v-if=
"item.IsLeave === 1 && item.IsCheck == 2"
>
状态:已请假
</text
>
<view
v-if=
"item.IsLeave === 0 &&item.IsCheck === 0"
>
状态:
正常
</view>
<view
v-if=
"item.IsLeave === 0 &&item.IsCheck === 1"
>
状态:
缺勤
</view>
<
view
v-if=
"item.IsLeave === 1 && item.IsCheck == 2"
>
状态:
<text
style=
"color:#E6A23C;"
>
已请假
</text></view
>
<view
v-if=
"item.IsLeave === 0 &&item.IsCheck === 0"
>
状态:
<text
style=
"color:#00FF00"
>
正常
</text>
</view>
<view
v-if=
"item.IsLeave === 0 &&item.IsCheck === 1"
>
状态:
<text
style=
"color:#F56C6C"
>
缺勤
</text>
</view>
</view>
<view
class=
"btn-box"
>
<van-button
...
...
@@ -47,19 +47,6 @@
v-if="item.IsLeave === 1
&&
item.IsCheck
<
2
"
>
请假
</van-button
>
<!--
<van-button
custom-class=
"already-leave-btn one_line"
></van-button
>
-->
<!--
<van-button
custom-class=
"already-leave-btn one_line"
v-if=
"item.IsLeave === 0"
>
<view
v-if=
"item.IsCheck === -1"
>
去上课
</view>
<view
v-if=
"item.IsCheck === 0"
>
正常
</view>
<view
v-if=
"item.IsCheck === 1"
>
缺勤
</view>
</van-button>
-->
</view>
</view>
</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