update code
parent
67015cb5f6
commit
7a9a039391
|
@ -25,7 +25,7 @@ const groupByComany=(data)=> {
|
|||
}
|
||||
const groupAllByComany=(data)=> {
|
||||
return request({
|
||||
url: `bgscreen/attendance/groupByComany`,
|
||||
url: `bgscreen/attendance/groupAllByComany`,
|
||||
data:data,
|
||||
method: 'post'
|
||||
})
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<el-row>
|
||||
<el-col :span="12" style="position: relative;">
|
||||
<module-one-1-1 label="人员统计" :key="elDeptWorks">
|
||||
<img src="images/icon2001.png" style="position: absolute;cursor: pointer;right: 20px;top: 12px;"
|
||||
<img src="images/icon2001.png" v-show="infoNav == 1" style="position: absolute;cursor: pointer;right: 20px;top: 12px;"
|
||||
@click="doShowAttendanceDetail">
|
||||
<div class="warning-info-title" style="padding-left: 20px;">
|
||||
<div :class="infoNav == 0 ? 'active' : ''" @click="onWarningInfoNav(0)">在岗人数</div>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<div :class="infoNav == 1 ? 'active' : ''" @click="onWarningInfoNav(1, '今日出勤')">今日出勤
|
||||
</div>
|
||||
</div>
|
||||
<img src="images/icon2001.png" style="position: absolute;cursor: pointer;right: 20px;top: 12px;"
|
||||
<img src="images/icon2001.png" v-show="infoNav == 1 " style="position: absolute;cursor: pointer;right: 20px;top: 12px;"
|
||||
@click="doShowAttendanceDetail">
|
||||
<el-row :key="elDeptWorks">
|
||||
<el-col :span="8">
|
||||
|
|
Loading…
Reference in New Issue