diff --git a/src/api/applySupermarket/personBack/index.js b/src/api/applySupermarket/personBack/index.js index 7ae2d48..38609a5 100644 --- a/src/api/applySupermarket/personBack/index.js +++ b/src/api/applySupermarket/personBack/index.js @@ -36,7 +36,7 @@ export function getDetail(id) { // 修改人员审核相关 export function modifyPerson(data) { return request({ - url: "/prepare/verification/", + url: "/prepare/verification", method: "put", data, }); diff --git a/src/views/applySupermarket/businessConsulting/index.vue b/src/views/applySupermarket/businessConsulting/index.vue index a79ca83..87a9dab 100644 --- a/src/views/applySupermarket/businessConsulting/index.vue +++ b/src/views/applySupermarket/businessConsulting/index.vue @@ -40,7 +40,7 @@
回复内容:
-
{{ item.card }}
+
{{ item.consultResult }}
状态:
@@ -51,7 +51,14 @@
-
详情
+
+ 审核 +
+
详情
@@ -68,12 +75,19 @@ > - + diff --git a/src/views/applySupermarket/index.vue b/src/views/applySupermarket/index.vue index 89d1ccc..45a5bb7 100644 --- a/src/views/applySupermarket/index.vue +++ b/src/views/applySupermarket/index.vue @@ -762,7 +762,8 @@ export default { } - + diff --git a/src/views/applySupermarket/legalAdvice/index.vue b/src/views/applySupermarket/legalAdvice/index.vue index 5941df7..ceece0e 100644 --- a/src/views/applySupermarket/legalAdvice/index.vue +++ b/src/views/applySupermarket/legalAdvice/index.vue @@ -40,7 +40,7 @@
回复内容:
-
{{ item.card }}
+
{{ item.consultResult }}
状态:
@@ -51,7 +51,14 @@
-
详情
+
+ 审核 +
+
详情
@@ -68,12 +75,19 @@ > - + @@ -192,4 +218,3 @@ export default { } } - diff --git a/src/views/applySupermarket/personBack/components/detailDialog.vue b/src/views/applySupermarket/personBack/components/detailDialog.vue index 792a960..635b3f7 100644 --- a/src/views/applySupermarket/personBack/components/detailDialog.vue +++ b/src/views/applySupermarket/personBack/components/detailDialog.vue @@ -1,6 +1,6 @@