mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-21 13:31:53 +08:00
【代码优化】商城: 限时折扣
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import type { CrudSchema } from '@/hooks/web/useCrudSchemas'
|
||||
import { dateFormatter2 } from '@/utils/formatTime'
|
||||
|
||||
// TODO @zhangshai:
|
||||
// 表单校验
|
||||
export const rules = reactive({
|
||||
spuId: [required],
|
||||
name: [required],
|
||||
startTime: [required],
|
||||
endTime: [required],
|
||||
|
Reference in New Issue
Block a user