Commit 58125120 authored by zhengke's avatar zhengke

修改

parent 1cc9d4c3
<style>
.Sctop_Last {
position: absolute;
right: 25px;
top: 16px;
right: 0;
top: 0;
}
.Sctop_Last>div {
display: inline-block;
width: 112px;
height: 34px;
width: 100px;
height: 30px;
background-color: #D4DFFF;
color: #2966FE;
text-align: center;
font-size: 14px;
line-height: 34px;
line-height: 30px;
border-radius: 10px;
font-weight: bold;
cursor: pointer;
......@@ -54,7 +54,7 @@
<span v-if="dataList.WeekDay"> {{dataList.WeekDay.replace('星期','周')}}</span>
{{dataList.StartTime}}-{{dataList.EndTime}}
</td>
<td style="width:26%;">
<td style="width:23%;">
<span class="Scotop_little">班次</span>{{dataList.ShiftName}}
</td>
<td>
......@@ -70,7 +70,7 @@
<span class="Scotop_little">打卡时间</span>
<span v-if="dataList.CheckTime">{{dataList.CheckTime}}
<template v-if="dataList.CheckLateTime&&dataList.CheckLateTime>0">
<span style="color:red">[迟到 {{dataList.CheckLateTime}} 分钟] </span>
<span style="color:red">{{dataList.CheckLateTimeStr}}</span>
</template>
<template v-else>
<span style="color:green">[正常]</span>
......@@ -80,7 +80,7 @@
<td>
<span class="Scotop_little">交接时间</span>{{dataList.FinishTime}}
<template v-if="dataList.FinishLateTime&&dataList.FinishLateTime>0">
<span style="color:red">[早退 {{dataList.FinishLateTime}} 分钟]</span>
<span style="color:red">{{dataList.FinishLateTimeStr}}</span>
</template>
<template v-else>
<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