日报表计算的是天数

This commit is contained in:
fl 2025-03-03 16:48:42 +08:00
parent a83e9cf5ed
commit 9ade6a5bdf
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="外勤数" align="center" prop="outsideAttNum"> <el-table-column label="外勤数" align="center" prop="outsideAttNum">
<template slot-scope="scope"> <template slot-scope="scope">
<div @click="openRecord(scope.row,title10)" style="color: #02a7f0; cursor: pointer" > <div @click="openRecord(scope.row,title10)" style="color: #02a7f0; cursor: pointer" >
{{ scope.row.outsideAttNum }} {{ scope.row.outsideAttNum }}