mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-01 11:54:07 +08:00
perf: 优化表单校验和查询参数
This commit is contained in:
@@ -8,8 +8,7 @@ const { t } = useI18n() // 国际化
|
||||
// 表单校验
|
||||
export const rules = reactive({
|
||||
title: [required],
|
||||
type: [required],
|
||||
status: [required]
|
||||
type: [required]
|
||||
})
|
||||
|
||||
// CrudSchema
|
||||
|
Reference in New Issue
Block a user