11
@@ -124,7 +124,7 @@
label="签到状态">
<template slot-scope="scope">
<div>
- {{scope.row.signInStatus | attendanceOutType}}
+ {{scope.row.signInStatus | attendanceType}}
</div>
</template>
</el-table-column>