diff --git a/.env.development b/.env.development index 222961e..011d6f6 100644 --- a/.env.development +++ b/.env.development @@ -15,13 +15,14 @@ NODE_ENV = 'development' # 演示平台 # VITE_API_URL = 'http://jxj.zhgdyun.com:9809' # 百色七参数线上地址 -VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:15551' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# 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/.env.production b/.env.production index af81f8e..9467bd1 100644 --- a/.env.production +++ b/.env.production @@ -12,7 +12,7 @@ NODE_ENV = "production" # VITE_API_URL = "http://183.249.224.118:9003" # 百色 新项目通用地址 -VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(演示平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:9809' @@ -21,7 +21,7 @@ VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://47.93.215.234:9809' +VITE_API_URL = 'http://47.93.215.234:9809' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com: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 @@