From 23ed472253aebd8e034a74bc2d2c723b8a91e5f1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 7 May 2024 17:06:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E9=97=AE=E9=A2=98=E5=92=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=AF=E4=B8=80=E9=94=AE=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/app-table/index.vue | 1 + ui/src/components/read-write/index.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue index de4c434d8..a9b465143 100644 --- a/ui/src/components/app-table/index.vue +++ b/ui/src/components/app-table/index.vue @@ -12,6 +12,7 @@ :maxlength="quickCreateMaxlength || '-'" :show-word-limit="quickCreateMaxlength ? true : false" @keydown.enter="submitHandle" + clearable /> 创建 diff --git a/ui/src/components/read-write/index.vue b/ui/src/components/read-write/index.vue index 013bf7fc0..31ec539cb 100644 --- a/ui/src/components/read-write/index.vue +++ b/ui/src/components/read-write/index.vue @@ -23,11 +23,12 @@ :show-word-limit="maxlength ? true : false" @blur="isEdit = false" @keyup.enter="submit" + clearable > - +