From 789e2280550ddf053172a8e8216b0717f2b52783 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Fri, 18 Feb 2022 16:52:17 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=AF=8F=E6=97=A5=E4=B8=80=E5=8F=A5?= =?UTF-8?q?=E5=B0=B1=E6=A8=A1=E5=9D=97=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E4=BC=98=E5=8C=96=E3=80=81=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/business/openapi/aword/index.vue | 52 +++++++++---------- .../aword/controller/ApiAWordController.java | 3 +- .../java/com/xjs/aword/domain/ApiAWord.java | 5 ++ 3 files changed, 33 insertions(+), 27 deletions(-) diff --git a/ruoyi-ui/src/views/business/openapi/aword/index.vue b/ruoyi-ui/src/views/business/openapi/aword/index.vue index cedfc66b..31c34720 100644 --- a/ruoyi-ui/src/views/business/openapi/aword/index.vue +++ b/ruoyi-ui/src/views/business/openapi/aword/index.vue @@ -7,6 +7,7 @@ placeholder="请输入句子内容" clearable size="small" + maxlength="100" @keyup.enter.native="handleQuery" /> @@ -16,6 +17,7 @@ placeholder="请输入来源" clearable size="small" + maxlength="50" @keyup.enter.native="handleQuery" /> @@ -25,6 +27,7 @@ placeholder="请输入释义" clearable size="small" + maxlength="100" @keyup.enter.native="handleQuery" /> @@ -61,28 +64,34 @@ - + + + + + - - - - + + + + - - - +