feat:10车间看板:人员到岗模块删除,不需要了
This commit is contained in:
parent
0f680491a3
commit
0b4ae3d042
|
|
@ -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();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue