diff --git a/.env.development b/.env.development index 702fd55..011d6f6 100644 --- a/.env.development +++ b/.env.development @@ -21,8 +21,8 @@ NODE_ENV = 'development' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://jxj.zhgdyun.com:19814' -# VITE_API_URL = 'http://47.93.215.234:9809' +VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue index f31cb34..acad0e9 100644 --- a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue +++ b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue @@ -3,9 +3,11 @@
-
实名制人数
+
出勤人数
+
实名制人数
- {{ statisticsCount.workercount.totalPerson || 0 }} + {{ attendancePerson.totalPerson || 0 }} + {{ statisticsCount.workercount.totalPerson || 0 }}
@@ -28,11 +30,9 @@
甲方人员
- {{ statisticsCount.presencecount.jfGlPersonTotal || 0 }}/{{ - statisticsCount.workercount.jfGlPersonTotal || 0 - }} + {{ statisticsCount.presencecount.jfGlPersonTotal || 0 }}/ + {{ statisticsCount.workercount.jfGlPersonTotal || 0 }} +
@@ -46,7 +46,8 @@
-
乙方人员
+
施工方
+
乙方人员
{{ statisticsCount.presencecount.yfGlPersonTotal || 0 }}/{{ @@ -65,7 +66,10 @@