diff --git a/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json b/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json
index b7b631c9..e4737f12 100644
--- a/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json
+++ b/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json
@@ -101,5 +101,24 @@
"updatePhysicalTest": "编辑体测",
"physicalTestDeleteTips": "确定要删除该数据吗?",
"startDate": "请选择开始时间",
+ "endDate": "请选择结束时间",
+ "resourceId": "资源",
+ "resourceIdPlaceholder": "全部",
+ "resourceType": "资源类型",
+ "resourceTypePlaceholder": "请输入资源类型",
+ "communicationType": "沟通类型",
+ "communicationTypePlaceholder": "请输入沟通类型",
+ "communicationResult": "沟通结果",
+ "communicationResultPlaceholder": "请输入沟通结果",
+ "communicationTime": "沟通时间",
+ "communicationTimePlaceholder": "请输入沟通时间",
+ "remarks": "备注",
+ "remarksPlaceholder": "请输入备注",
+ "tag": "标签",
+ "tagPlaceholder": "请输入标签",
+ "addCommunicationRecords": "添加沟通记录",
+ "updateCommunicationRecords": "编辑沟通记录",
+ "communicationRecordsDeleteTips": "确定要删除该数据吗?",
+ "startDate": "请选择开始时间",
"endDate": "请选择结束时间"
}
diff --git a/admin/src/app/views/binding_personnel/binding_personnel.vue b/admin/src/app/views/binding_personnel/binding_personnel.vue
index 4a5bc7a0..e8d22fb3 100644
--- a/admin/src/app/views/binding_personnel/binding_personnel.vue
+++ b/admin/src/app/views/binding_personnel/binding_personnel.vue
@@ -23,6 +23,44 @@
:placeholder="t('userPhone')"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{
t('search')
@@ -35,6 +73,7 @@
-
-
-
-
-
-
-
-
-
-
+
+ .diy-dialog-wrap .el-form-item__label {
+ height: auto !important;
+ }
+
\ No newline at end of file
diff --git a/admin/src/app/views/six_speed_modification_log/six_speed_modification_log.vue b/admin/src/app/views/six_speed_modification_log/six_speed_modification_log.vue
index 4d8fd7b5..ff8b130d 100644
--- a/admin/src/app/views/six_speed_modification_log/six_speed_modification_log.vue
+++ b/admin/src/app/views/six_speed_modification_log/six_speed_modification_log.vue
@@ -3,6 +3,7 @@
六要素修改记录
+ 返回