diff --git a/.env.development b/.env.development index 06c624d..31b7352 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,8 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -VITE_API_URL = 'http://192.168.34.221:9111' +VITE_API_URL = 'http://192.168.34.221:19111' +# VITE_API_URL = 'http://192.168.34.221:9111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' diff --git a/src/views/commandScreen/dialogCompnnents/safe-info.vue b/src/views/commandScreen/dialogCompnnents/safe-info.vue index d5fcfe4..9853d4b 100644 --- a/src/views/commandScreen/dialogCompnnents/safe-info.vue +++ b/src/views/commandScreen/dialogCompnnents/safe-info.vue @@ -75,11 +75,27 @@ -
{{ item.enterpriseName }}
-
{{ item.personType == 1 ? item.teamName : item.departmentName }}
-
{{ item.idCard }}
+
+ + {{ item.enterpriseName }} + +
+
+ + {{ item.personType == 1 ? item.teamName : item.departmentName }} + +
+
+ + {{ item.idCard }} + +
{{ item.phoneNumber }}
-
{{ item.educationTime }}
+
+ + {{ item.educationTime }} + +
{{ item.isExamPass == -1 ? "未培训" : item.isExamPass == 1 ? "合格" : "不合格" }}