Commit f3590a3d authored by zhengke's avatar zhengke

增加请假人数

parent 235c2e76
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
<template v-slot:body-cell-CheckNum="props"> <template v-slot:body-cell-CheckNum="props">
<q-td> <q-td>
<div v-for="(item,index) in props.row.TimeList" class="lessForm_Class"> <div v-for="(item,index) in props.row.TimeList" class="lessForm_Class">
<span style="color:green;">{{item.CheckNum}}</span>/<span style="color:red;">{{item.NoCheckNum}}</span> <span style="color:green;">{{item.CheckNum}}</span>/<span style="color:red;">{{item.NoCheckNum}}</span>/<span style="color:orange;">{{item.AskForLeaveNum}}</span>
</div> </div>
</q-td> </q-td>
</template> </template>
...@@ -711,7 +711,7 @@ ...@@ -711,7 +711,7 @@
}, },
{ {
name: 'CheckNum', name: 'CheckNum',
label: '签到人数/缺勤人数', label: '签到/缺勤/请假',
field: 'CheckNum', field: 'CheckNum',
align: 'left' align: 'left'
}, },
......
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