From ad248250a1642641dc9dfe9d8cc078339cd7ec6e Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Fri, 19 May 2023 14:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B2=97=E4=BD=8D=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E6=9C=89=E9=AA=8C=E8=AF=81=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E4=B9=9F=E5=8A=A0=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/post.data.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/post/post.data.ts b/src/views/system/post/post.data.ts index 4926bcc6..b5e0a412 100644 --- a/src/views/system/post/post.data.ts +++ b/src/views/system/post/post.data.ts @@ -5,7 +5,8 @@ const { t } = useI18n() // 国际化 export const rules = reactive({ name: [required], code: [required], - sort: [required] + sort: [required], + status: [required] }) // 增删改查 CrudSchema 配置