diff --git a/dist.zip b/dist.zip index c2d1e86c..3b4791a7 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/store/index.js b/src/store/index.js index ec69a772..f03d839a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -45,8 +45,8 @@ export default new Vuex.Store({ // UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试 // FILEURL:'http://10.0.1.43:6023/image/',//测试 BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', // - // UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // - // FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 + UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // + FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 /* 2022-05-16 */ // tag: 部署河南项目时,需要打开这两行代码 // UPLOADURL: 'http://124.71.178.44:100/upload/image', @@ -56,8 +56,8 @@ export default new Vuex.Store({ // UPLOADURL: 'http://182.90.224.237:7000/upload/image', // FILEURL: 'http://182.90.224.237:7000/image/', // 邱平毅的 - UPLOADURL: 'http://192.168.34.216:6023/upload/image', - FILEURL: 'http://192.168.34.216:6023/image/', + // UPLOADURL: 'http://192.168.34.216:6023/upload/image', + // FILEURL: 'http://192.168.34.216:6023/image/', // UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式 // FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式 diff --git a/src/views/projectAdmin/zjsj/command/rightOne.vue b/src/views/projectAdmin/zjsj/command/rightOne.vue index 758fe7b5..ed7072b6 100644 --- a/src/views/projectAdmin/zjsj/command/rightOne.vue +++ b/src/views/projectAdmin/zjsj/command/rightOne.vue @@ -55,7 +55,7 @@ export default { return { // 巡检数据 pollingData: { - rectificationNum: '', // 完成整改数 + rectificationNum: undefined, // 完成整改数 totalNum: undefined, // 巡检总数 closeRatio: undefined, // 占比 days: undefined, // 安全生产天数 diff --git a/src/views/projectAdmin/zjsj/security/centerTop.vue b/src/views/projectAdmin/zjsj/security/centerTop.vue index d77d87c0..3ae03dad 100644 --- a/src/views/projectAdmin/zjsj/security/centerTop.vue +++ b/src/views/projectAdmin/zjsj/security/centerTop.vue @@ -4,35 +4,35 @@
总人数 -

{{WorkerNum.sumNumber}}

+

{{ WorkerNum.sumNumber }}

实际出勤人数 -

{{WorkerNum.attendanceNumber}}

+

{{ WorkerNum.attendanceNumber }}

未出勤人数 -

{{WorkerNum.noAttendanceNumber}}

+

{{ WorkerNum.noAttendanceNumber }}

实名制人数 -

{{WorkerNum.realNameNumber}}

+

{{ WorkerNum.realNameNumber }}

入职培训人数 -

{{WorkerNum.inductionTrainingNumber}}

+

{{ WorkerNum.inductionTrainingNumber }}

特殊工种人数 -

{{WorkerNum.specialNumber}}

+

{{ WorkerNum.specialNumber }}

普通工种人数 -

{{WorkerNum.commonNumber}}

+

{{ WorkerNum.commonNumber }}

管理人员人数 -

{{WorkerNum.managerNumber}}

+

{{ WorkerNum.managerNumber }}

@@ -47,7 +47,12 @@ value-format="yyyy-MM-DD" @change="getTime1" > - +
人员增长趋势 @@ -60,7 +65,11 @@ value-format="yyyy-MM-DD" @change="getTime2" > -
+
+
+ +

暂无数据

+
@@ -70,15 +79,18 @@ @@ -222,7 +274,7 @@ export default { font-size: 14px; margin-top: 10%; } - p{ + p { font-size: 26px; } } @@ -249,6 +301,10 @@ export default { width: 100%; height: 100%; } + .nodata{ + text-align: center; + margin-top: 20%; + } } } }