From 45d551f864bf336aec108479860112bdcfb7afda Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Sat, 20 Apr 2024 16:42:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B2=97=E4=BD=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/system/post/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/system/post/index.vue b/sgzb-ui/src/views/system/post/index.vue index 459d16b4..41deaf64 100644 --- a/sgzb-ui/src/views/system/post/index.vue +++ b/sgzb-ui/src/views/system/post/index.vue @@ -115,7 +115,7 @@ @selection-change="handleSelectionChange" > - + @@ -209,6 +209,8 @@ v-model="form.remark" type="textarea" placeholder="请输入内容" + maxlength="100" + show-word-limit />