diff --git a/src/views/projectAdmin/fourEngin/assets/temp/tab6.png b/src/views/projectAdmin/fourEngin/assets/temp/tab6.png new file mode 100644 index 00000000..414c6ed2 Binary files /dev/null and b/src/views/projectAdmin/fourEngin/assets/temp/tab6.png differ diff --git a/src/views/projectAdmin/fourEngin/assets/temp/tab9.jpg b/src/views/projectAdmin/fourEngin/assets/temp/tab9.jpg new file mode 100644 index 00000000..f076c79d Binary files /dev/null and b/src/views/projectAdmin/fourEngin/assets/temp/tab9.jpg differ diff --git a/src/views/projectAdmin/fourEngin/command/leftThree/index.vue b/src/views/projectAdmin/fourEngin/command/leftThree/index.vue index bc5853be..6f424491 100644 --- a/src/views/projectAdmin/fourEngin/command/leftThree/index.vue +++ b/src/views/projectAdmin/fourEngin/command/leftThree/index.vue @@ -40,21 +40,21 @@ export default { this.getData(); }, methods: { - // getData() { - // listProgressOfTheTask({ - // projectSn: this.$store.state.projectSn, - // isNoStart: false, - // }).then((res) => { - // // state 0未开始, 1进行中, 2已完成 - // res.result.forEach((item) => { - // if (item.state == 2) { - // item.state = true; - // } - // }); - // console.log("进度条的返回值", res); - // this.list = res.result; - // }); - // }, + getData() { + // listProgressOfTheTask({ + // projectSn: this.$store.state.projectSn, + // isNoStart: false, + // }).then((res) => { + // // state 0未开始, 1进行中, 2已完成 + // res.result.forEach((item) => { + // if (item.state == 2) { + // item.state = true; + // } + // }); + // console.log("进度条的返回值", res); + // this.list = res.result; + // }); + }, }, }; diff --git a/src/views/projectAdmin/fourEngin/command/leftTwo.vue b/src/views/projectAdmin/fourEngin/command/leftTwo.vue index a7357adc..1917046f 100644 --- a/src/views/projectAdmin/fourEngin/command/leftTwo.vue +++ b/src/views/projectAdmin/fourEngin/command/leftTwo.vue @@ -6,14 +6,14 @@
-

假数据1

-

222

+

{{statisticsCount.workercount.lwAndGlPersonTotal}}

+

在场总人数

-

{{statisticsCount.workercount.totalPerson}}

+

{{statisticsCount.workercount.manPersonTotal}}

实名制人数

@@ -31,7 +31,7 @@

今日出勤人数

-

222

+

96

diff --git a/src/views/projectAdmin/fourEngin/progress/index.vue b/src/views/projectAdmin/fourEngin/progress/index.vue index b37c42ca..d5d9b1a0 100644 --- a/src/views/projectAdmin/fourEngin/progress/index.vue +++ b/src/views/projectAdmin/fourEngin/progress/index.vue @@ -223,7 +223,7 @@ export default { .left2 { width: 100%; height: 100%; - background-image: url(../assets/temp/tab2.png); + background: url(../assets/temp/tab6.png) center center; background-repeat: no-repeat; background-size: 100%; color: #fafbfa;