Commit 34001556 authored by 黄奎's avatar 黄奎

页面修改

parent 83f15a76
......@@ -78,6 +78,7 @@
<template v-slot:body-cell-CheckTimeStr="props">
<q-td>
<div v-if="props.row.Status==1||props.row.Status==2">
<template v-if="props.row.CheckTimeStr!='00:00'">
{{props.row.CheckTimeStr}}
<template v-if="props.row.CheckLateTime&&props.row.CheckLateTime>0">
<span style="color:red">{{props.row.CheckLateTimeStr}}</span>
......@@ -85,6 +86,7 @@
<template v-else>
<span style="color:green">[正常]</span>
</template>
</template>
</div>
</q-td>
</template>
......
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