update code

dev_xds
haha 2024-05-14 22:27:56 +08:00
parent d1d3aa20e3
commit 076159a6d6
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<el-table-column label="性别" align="center" prop="attendanceType" >
<template slot-scope="{row}">{{ row.workerGender==1?'女':'男' }}</template>
</el-table-column>
<el-table-column label="进场时间" align="center" prop="inTime" width="90">
<el-table-column label="进场时间" align="center" prop="inTime" width="96">
<template slot-scope="{row}">
<span v-if="row.attendanceTime">
{{ row.attendanceTime|formatDateTime }}
@ -82,7 +82,7 @@
<i v-else class="el-icon-close" style="color:red;"></i>
</template>
</el-table-column>
<el-table-column label="离场时间" align="center" prop="outTime" width="90">
<el-table-column label="离场时间" align="center" prop="outTime" width="96">
<template slot-scope="{row}">
<span v-if="row.attendanceOutTime">
{{ row.attendanceOutTime|formatDateTime }}