From 64e2a977022734282eca375fd4eb7193b47709eb Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 27 Nov 2025 15:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E9=AA=8C=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../remoteVerificationRecord/index.vue | 102 +++++++++++------- .../remoteVerificationTask/index.vue | 102 ++++++++++++------ 2 files changed, 134 insertions(+), 70 deletions(-) diff --git a/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue b/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue index 7092ee7..b92efc8 100644 --- a/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue +++ b/src/views/certificate/remoteVerification/remoteVerificationRecord/index.vue @@ -6,8 +6,7 @@ v-model="queryParams.name" placeholder="请输入姓名" clearable maxlength="20" - style="width: 300px" - @keyup.enter.native="handleQuery" + style="width: 200px" /> @@ -15,10 +14,25 @@ v-model="queryParams.certificateNo" placeholder="请输入证件编号" clearable maxlength="20" - style="width: 300px" - @keyup.enter.native="handleQuery" + style="width: 200px" /> + + + + + + + + + + + 搜索 重置 @@ -26,7 +40,7 @@ - + -
+ - + - - - - + + + + + + + + + + - /> - - - + + + + @@ -144,16 +168,7 @@