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 @@