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