Commit 58125120 authored by zhengke's avatar zhengke

修改

parent 1cc9d4c3
<style> <style>
.Sctop_Last { .Sctop_Last {
position: absolute; position: absolute;
right: 25px; right: 0;
top: 16px; top: 0;
} }
.Sctop_Last>div { .Sctop_Last>div {
display: inline-block; display: inline-block;
width: 112px; width: 100px;
height: 34px; height: 30px;
background-color: #D4DFFF; background-color: #D4DFFF;
color: #2966FE; color: #2966FE;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
line-height: 34px; line-height: 30px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<span v-if="dataList.WeekDay"> {{dataList.WeekDay.replace('星期','周')}}</span> <span v-if="dataList.WeekDay"> {{dataList.WeekDay.replace('星期','周')}}</span>
{{dataList.StartTime}}-{{dataList.EndTime}} {{dataList.StartTime}}-{{dataList.EndTime}}
</td> </td>
<td style="width:26%;"> <td style="width:23%;">
<span class="Scotop_little">班次</span>{{dataList.ShiftName}} <span class="Scotop_little">班次</span>{{dataList.ShiftName}}
</td> </td>
<td> <td>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<span class="Scotop_little">打卡时间</span> <span class="Scotop_little">打卡时间</span>
<span v-if="dataList.CheckTime">{{dataList.CheckTime}} <span v-if="dataList.CheckTime">{{dataList.CheckTime}}
<template v-if="dataList.CheckLateTime&&dataList.CheckLateTime>0"> <template v-if="dataList.CheckLateTime&&dataList.CheckLateTime>0">
<span style="color:red">[迟到 {{dataList.CheckLateTime}} 分钟] </span> <span style="color:red">{{dataList.CheckLateTimeStr}}</span>
</template> </template>
<template v-else> <template v-else>
<span style="color:green">[正常]</span> <span style="color:green">[正常]</span>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<td> <td>
<span class="Scotop_little">交接时间</span>{{dataList.FinishTime}} <span class="Scotop_little">交接时间</span>{{dataList.FinishTime}}
<template v-if="dataList.FinishLateTime&&dataList.FinishLateTime>0"> <template v-if="dataList.FinishLateTime&&dataList.FinishLateTime>0">
<span style="color:red">[早退 {{dataList.FinishLateTime}} 分钟]</span> <span style="color:red">{{dataList.FinishLateTimeStr}}</span>
</template> </template>
<template v-else> <template v-else>
<span style="color:green">[正常]</span> <span style="color:green">[正常]</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment