{{ index + 1 }}
+
+ {{ record.name }}
+
+
+
+ {{ record.address }}
+
+
+ {{ record.birthday }}
+
+
+ {{ record.birthdayPlace }}
+
+
+ {{ record.eduExperience }}
+
+
+
+
+ {{ record.jobExpirence }}
+
-
-
-
+
+ {{ record.phone }}
+
+
+
+
+ {{ record.jobWilling }}
-
+
+
+
onDelete(record.id)"
title="确定要删除这一条?"
v-if="lists.length"
>
-
+
@@ -42,10 +71,10 @@
-
@@ -54,8 +83,8 @@
+
+
diff --git a/src/components/Contact/ContactUsSearch.vue b/src/components/Contact/ContactUsSearch.vue
index 0837435..c0a92cf 100644
--- a/src/components/Contact/ContactUsSearch.vue
+++ b/src/components/Contact/ContactUsSearch.vue
@@ -2,17 +2,13 @@
diff --git a/src/config/api.js b/src/config/api.js
index 56a5779..db5b701 100644
--- a/src/config/api.js
+++ b/src/config/api.js
@@ -331,5 +331,12 @@ export const upTutorH = params => axios.post(`${tutorRelated}/upTutorH`, params)
// 删除导师类型
export const delTutorH = params => axios.post(`${tutorRelated}/delTutorH`, params);
-// 后台查询修改
+// 后台查询
export const contactUsSearch = params => axios.post(`${personApply}/SearchJoinUs`, params);
+
+
+// 后台查询删除
+export const deleteJoinUs = params => axios.post(`${personApply}/DeleteJoinUs`, params);
+
+// 后台申请修改状态
+export const joinUsStatus = params => axios.post(`${personApply}/JoinUsStatus`, params);
\ No newline at end of file