From c741f0f46f60b5827544d6d45c5404862b2ef08b Mon Sep 17 00:00:00 2001 From: e <2538815847@qq.com> Date: Mon, 15 Jul 2024 18:53:48 +0800 Subject: [PATCH] update --- src/api/applySupermarket/personBack/index.js | 2 +- .../businessConsulting/index.vue | 36 ++++++++++++-- src/views/applySupermarket/index.vue | 3 +- .../keyPerson/components/detailDialog.vue | 32 ++++--------- .../keyPerson/components/examineDialog.vue | 46 ++++++++++-------- .../applySupermarket/keyPerson/index.vue | 24 +++++----- .../applySupermarket/legalAdvice/index.vue | 37 ++++++++++++--- .../personBack/components/detailDialog.vue | 30 ++++-------- .../personBack/components/examineDialog.vue | 47 ++++++++++++------- .../applySupermarket/personBack/index.vue | 12 ++--- 10 files changed, 157 insertions(+), 112 deletions(-) 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 @@