diff --git a/client/.env.development b/client/.env.development
index b2cc6c5..487e749 100644
--- a/client/.env.development
+++ b/client/.env.development
@@ -3,8 +3,8 @@ ENV = 'development'
# base api
#VUE_APP_BASE_API = 'http://10.0.11.127:8000/api'
-VUE_APP_BASE_API = 'http://127.0.0.1:2222/api'
-#VUE_APP_BASE_API = 'https://testsearch.ctc.ac.cn/api'
+#VUE_APP_BASE_API = 'http://127.0.0.1:2222/api'
+VUE_APP_BASE_API = 'https://testsearch.ctc.ac.cn/api'
#VUE_APP_BASE_API = 'http://47.95.0.242:9101/api'
diff --git a/client/src/views/exam/examRecord.vue b/client/src/views/exam/examRecord.vue
index 89cbd23..cbe7c25 100644
--- a/client/src/views/exam/examRecord.vue
+++ b/client/src/views/exam/examRecord.vue
@@ -59,17 +59,23 @@
{{ scope.row.type }}
- {{ scope.row.consumer_detail.name }}
+ {{ scope.row.create_by_name}}
-
- {{ scope.row.consumer_detail.company_name }}
+
+ {{ scope.row.dept_name }}
-
- {{ scope.row.workscope_name }}
+
+
+ 是
+ 否
+
{{ scope.row.score }}
+
+ {{ scope.row.total_score }}
+
{{ scope.row.took_format }}