From 4e9470eea1855301c61c4aca5a8a9c1106dfb2ec Mon Sep 17 00:00:00 2001
From: Wayne <943146732@qq.com>
Date: Mon, 4 Mar 2024 00:05:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../content/article/category/modules/AddForm.vue | 9 +++++++++
.../content/article/category/modules/EditForm.vue | 12 +++++++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/views/content/article/category/modules/AddForm.vue b/src/views/content/article/category/modules/AddForm.vue
index 8a3038b..33a9ec6 100644
--- a/src/views/content/article/category/modules/AddForm.vue
+++ b/src/views/content/article/category/modules/AddForm.vue
@@ -15,6 +15,11 @@
v-decorator="['name', { rules: [{ required: true, min: 2, message: '请输入至少2个字符' }] }]"
/>
+
+
+
显示
@@ -34,8 +39,12 @@