日报表计算的是天数
This commit is contained in:
parent
a83e9cf5ed
commit
9ade6a5bdf
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue