Merge branch 'dev-yjl' into 'shenzhen-dev'

合并冲突解决

See merge request !68
This commit is contained in:
yjlHub 2022-12-12 13:58:36 +08:00
commit 294abc10c1
5 changed files with 20 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -40,7 +40,7 @@ export default {
this.getData(); this.getData();
}, },
methods: { methods: {
// getData() { getData() {
// listProgressOfTheTask({ // listProgressOfTheTask({
// projectSn: this.$store.state.projectSn, // projectSn: this.$store.state.projectSn,
// isNoStart: false, // isNoStart: false,
@ -54,7 +54,7 @@ export default {
// console.log("", res); // console.log("", res);
// this.list = res.result; // this.list = res.result;
// }); // });
// }, },
}, },
}; };
</script> </script>

View File

@ -6,14 +6,14 @@
<img src="../assets/images/common/num_skyblue.png" /> <img src="../assets/images/common/num_skyblue.png" />
</div> </div>
<div class="contentBtn"> <div class="contentBtn">
<p class="num1">假数据1</p> <p class="num1">{{statisticsCount.workercount.lwAndGlPersonTotal}}</p>
<p class="text">222</p> <p class="text">在场总人数</p>
</div> </div>
<div class="img"> <div class="img">
<img style=" margin-left: 25px;" src="../assets/images/common/icon_hs.png" /> <img style=" margin-left: 25px;" src="../assets/images/common/icon_hs.png" />
</div> </div>
<div class="contentBtn"> <div class="contentBtn">
<p class="num2">{{statisticsCount.workercount.totalPerson}}</p> <p class="num2">{{statisticsCount.workercount.manPersonTotal}}</p>
<p class="text">实名制人数</p> <p class="text">实名制人数</p>
</div> </div>
</div> </div>
@ -31,7 +31,7 @@
</div> </div>
<div class="tc"> <div class="tc">
<p>今日出勤人数</p> <p>今日出勤人数</p>
<p class="number">222</p> <p class="number">96</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -223,7 +223,7 @@ export default {
.left2 { .left2 {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url(../assets/temp/tab2.png); background: url(../assets/temp/tab6.png) center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
color: #fafbfa; color: #fafbfa;