feat:10车间看板:人员到岗模块删除,不需要了

This commit is contained in:
shijing 2026-03-26 15:34:00 +08:00
parent 0f680491a3
commit 0b4ae3d042
1 changed files with 12 additions and 12 deletions

View File

@ -6,9 +6,9 @@
</el-header>
<el-main>
<el-row style="height: 60%" :gutter="10">
<el-col :xs="24" :md="10" style="height: 100%">
<el-row style="height: 38%" :gutter="10">
<el-col :xs="8" :md="8" style="height: 100%">
<el-col :xs="24" :md="4" style="height: 100%">
<el-row style="height: 38%;display: flex;height: 100%" :gutter="10">
<el-col style="height: 33%">
<div class="box">
<div class="boxtitle bgimg">
<div class="boxlabel">今日任务</div>
@ -33,7 +33,7 @@
</div>
</div>
</el-col>
<el-col :xs="8" :md="8" style="height: 100%">
<el-col style="height: 33%">
<div class="box">
<div class="boxtitle bgimg">
<div class="boxlabel">昨日合格</div>
@ -47,7 +47,7 @@
</div>
</div>
</el-col>
<el-col :xs="8" :md="8" style="height: 100%">
<el-col style="height: 33%">
<div class="box">
<div class="boxtitle bgimg">
<div class="boxlabel">累计合格</div>
@ -74,7 +74,7 @@
</el-col>
</el-row>
<div style="height: 2%"></div>
<el-row style="height: 60%">
<!-- <el-row style="height: 60%">
<div class="box">
<div class="boxtitle">
<div class="boxlabel">人员到岗</div>
@ -91,9 +91,9 @@
</scScrollTavle>
</div>
</div>
</el-row>
</el-row> -->
</el-col>
<el-col :xs="24" :md="14" style="height: 100%">
<el-col :xs="24" :md="20" style="height: 100%">
<div class="box halfBox">
<div class="boxtitle">
<div class="boxlabel">任务进度</div>
@ -385,9 +385,9 @@ export default {
},
mounted() {
//table1
this.containerHeight1 =
document.getElementById("scrollContainer1").clientHeight;
this.table1Visible = true;
// this.containerHeight1 =
// document.getElementById("scrollContainer1").clientHeight;
// this.table1Visible = true;
//table2
this.containerHeight2 =
document.getElementById("scrollContainer2").clientHeight;
@ -418,7 +418,7 @@ export default {
"-" +
yesterday.getDate();
this.getMtask();
this.getAttendance();
// this.getAttendance();
this.getProductLine();
this.getTodayMtask();
},