Commit 34001556 authored by 黄奎's avatar 黄奎

页面修改

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