数据看板、其他统计的“出入异常”字段去掉

This commit is contained in:
lSun 2025-02-13 15:57:10 +08:00
parent 1da049357c
commit 89ef6a5f32
5 changed files with 9 additions and 11 deletions

View File

@ -73,7 +73,7 @@ export default {
containLabel: true, containLabel: true,
}, },
xAxis: { xAxis: {
data: ['迟到', '早退', '旷工', '请假', '打卡地异常', '出入异常'] data: ['迟到', '早退', '旷工', '请假', '打卡地异常']
}, },
yAxis: {}, yAxis: {},
series: [{ series: [{
@ -104,8 +104,6 @@ export default {
types = 6; types = 6;
}else if(params.name=="打卡地异常"){ }else if(params.name=="打卡地异常"){
types = 9; types = 9;
}else if(params.name=="出入异常"){
types = 8;
} }
self.toggleDialog(12,types) self.toggleDialog(12,types)
}); });

View File

@ -50,10 +50,10 @@
<div>打卡地异常</div> <div>打卡地异常</div>
<h2>{{ todayAbnormalBean.addressErrorNum }}</h2> <h2>{{ todayAbnormalBean.addressErrorNum }}</h2>
</div> </div>
<div class="listItem" style="background-color: #FFF0FB;" @click="toggleDialog(8,'')"> <!-- <div class="listItem" style="background-color: #FFF0FB;" @click="toggleDialog(8,'')">
<div>出入异常</div> <div>出入异常</div>
<h2>{{ todayAbnormalBean.einErrorNum }}</h2> <h2>{{ todayAbnormalBean.einErrorNum }}</h2>
</div> </div>-->
</div> </div>
</div> </div>

View File

@ -103,14 +103,14 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="出入异常人数" align="center" prop="einErrorNum"> <!-- <el-table-column label="出入异常人数" align="center" prop="einErrorNum">
<template slot-scope="scope"> <template slot-scope="scope">
<div <div
@click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer"> @click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer">
{{ scope.row.einErrorNum }} {{ scope.row.einErrorNum }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>-->
<el-table-column label="轮休人数" align="center" prop="restNum"> <el-table-column label="轮休人数" align="center" prop="restNum">
<template slot-scope="scope"> <template slot-scope="scope">
<div <div

View File

@ -99,14 +99,14 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="出入异常天数" align="center" prop="einErrorNum"> <!-- <el-table-column label="出入异常天数" align="center" prop="einErrorNum">
<template slot-scope="scope"> <template slot-scope="scope">
<div <div
@click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer"> @click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer">
{{ scope.row.einErrorNum }} {{ scope.row.einErrorNum }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>-->
<el-table-column label="请假天数" align="center" prop="leaveNum"> <el-table-column label="请假天数" align="center" prop="leaveNum">
<template slot-scope="scope"> <template slot-scope="scope">
<div @click="openRecord(scope.row,title7)" style="color: #02a7f0; cursor: pointer"> <div @click="openRecord(scope.row,title7)" style="color: #02a7f0; cursor: pointer">

View File

@ -87,14 +87,14 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="出入异常次数" align="center" prop="einErrorNum" sortable> <!-- <el-table-column label="出入异常次数" align="center" prop="einErrorNum" sortable>
<template slot-scope="scope"> <template slot-scope="scope">
<div <div
@click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer"> @click="openRecord(scope.row,title6)" style="color: #02a7f0; cursor: pointer">
{{ scope.row.einErrorNum}} {{ scope.row.einErrorNum}}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>-->
<el-table-column label="请假天数" align="center" prop="leaveNum" sortable> <el-table-column label="请假天数" align="center" prop="leaveNum" sortable>
<template slot-scope="scope"> <template slot-scope="scope">
<div <div