From 507cf65cf2d2db1d0088eb12e6333a55839558a0 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Fri, 18 Feb 2022 15:27:50 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=88=AC=E8=99=AB=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=A0=A1=E9=AA=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/business/log/reptilelog/index.vue | 23 ++++++++++++-- .../controller/WebmagicLogController.java | 4 ++- .../xjs/reptileLog/domain/WebmagicLog.java | 30 ++++++++++++++----- 3 files changed, 46 insertions(+), 11 deletions(-) diff --git a/ruoyi-ui/src/views/business/log/reptilelog/index.vue b/ruoyi-ui/src/views/business/log/reptilelog/index.vue index f88ed1b6..003d7f8e 100644 --- a/ruoyi-ui/src/views/business/log/reptilelog/index.vue +++ b/ruoyi-ui/src/views/business/log/reptilelog/index.vue @@ -7,6 +7,7 @@ v-model="queryParams.name" placeholder="请输入爬虫名称" clearable + maxlength="20" size="small" @keyup.enter.native="handleQuery" /> @@ -16,6 +17,7 @@ v-model="queryParams.url" placeholder="请输入爬虫地址" clearable + maxlength="100" size="small" @keyup.enter.native="handleQuery" /> @@ -23,7 +25,8 @@ @@ -89,7 +93,7 @@ - +