From 2ecf34f3aaa4c41db111cab9064e1874da8d66aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Wed, 19 Jan 2022 13:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E5=AE=A1=E6=A0=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/expert/detail.vue | 430 +++++++++++++++++++++++++++- src/views/examine/expert/index.vue | 70 ++--- 2 files changed, 458 insertions(+), 42 deletions(-) diff --git a/src/views/examine/expert/detail.vue b/src/views/examine/expert/detail.vue index 19c6b83..79df5d9 100644 --- a/src/views/examine/expert/detail.vue +++ b/src/views/examine/expert/detail.vue @@ -1,8 +1,421 @@ - detail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 男 + 女 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 添加 + + + + + + {{ item.name }} > + + + + + + + + + + + + + + + 添加 + + + + + {{ tag }} + + + + + + + + + + + + + + 添加 + + + + + {{ tag }} + + + + + + + + + + + + + + 审核拒绝 + 审核通过 + + + \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/examine/expert/index.vue b/src/views/examine/expert/index.vue index c425d51..7dcf633 100644 --- a/src/views/examine/expert/index.vue +++ b/src/views/examine/expert/index.vue @@ -16,17 +16,18 @@ @keyup.enter.native="handleQuery" /> - + - - + + + @@ -48,20 +49,26 @@ - - + - - - - - - - - + + + + + + - 已通过 - 未通过 + 审核中 + 审核通过 + 审核拒绝 @@ -78,13 +85,6 @@ @click="handleDetail(scope.row.id)" >审核 - 删除 @@ -100,9 +100,10 @@