From 420e62eb6d93aa209e908a171bbac1974a1a2606 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Fri, 18 Feb 2022 16:35:16 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=87=E6=A1=88=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/business/log/apilog/index.vue | 4 +- .../business/openapi/copywriting/index.vue | 108 ++++++------------ .../java/com/xjs/apilog/domain/ApiLog.java | 4 +- .../controller/CopyWritingController.java | 3 +- .../xjs/copywriting/domain/CopyWriting.java | 4 + 5 files changed, 48 insertions(+), 75 deletions(-) diff --git a/ruoyi-ui/src/views/business/log/apilog/index.vue b/ruoyi-ui/src/views/business/log/apilog/index.vue index 63dd4b46..0b95b222 100644 --- a/ruoyi-ui/src/views/business/log/apilog/index.vue +++ b/ruoyi-ui/src/views/business/log/apilog/index.vue @@ -33,7 +33,7 @@ placeholder="请输入请求参数" clearable size="small" - maxlength="1000" + maxlength="100" @keyup.enter.native="handleQuery" /> @@ -44,7 +44,7 @@ placeholder="请输入响应参数" clearable size="small" - maxlength="15000" + maxlength="100" @keyup.enter.native="handleQuery" /> diff --git a/ruoyi-ui/src/views/business/openapi/copywriting/index.vue b/ruoyi-ui/src/views/business/openapi/copywriting/index.vue index 1a6811db..2fbb442c 100644 --- a/ruoyi-ui/src/views/business/openapi/copywriting/index.vue +++ b/ruoyi-ui/src/views/business/openapi/copywriting/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" /> @@ -36,6 +38,7 @@ style="width: 240px" value-format="yyyy-MM-dd" type="daterange" + :picker-options="pickerOptions" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期" @@ -57,7 +60,8 @@ :disabled="multiple" @click="handleDelete" v-hasPermi="['openapi:copywriting:remove']" - >删除 + >删除 + 导出 + >导出 + @@ -78,15 +83,16 @@ size="mini" @click="delRepeatCopyWriting" v-hasPermi="['openapi:copywriting:remove']" - >删除重复文案 + >删除重复文案 + - + - + @@ -97,20 +103,20 @@ @@ -141,11 +147,13 @@