通知公告重构后,截止时间无用去掉

This commit is contained in:
zhangdaiscott 2023-10-19 19:06:33 +08:00
parent 0ac925a1f9
commit 1670c8ee44
1 changed files with 11 additions and 11 deletions

View File

@ -102,17 +102,17 @@ export const formSchema: FormSchema[] = [
component: 'InputTextArea', component: 'InputTextArea',
required: true, required: true,
}, },
{ // {
field: 'endTime', // field: 'endTime',
label: '截至日期', // label: '截至日期',
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
showTime: true, // showTime: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss', // valueFormat: 'YYYY-MM-DD HH:mm:ss',
placeholder: '请选择截至日期', // placeholder: '请选择截至日期',
}, // },
dynamicRules: ({ model }) => rules.endTime(model.startTime, true), // dynamicRules: ({ model }) => rules.endTime(model.startTime, true),
}, // },
{ {
field: 'msgType', field: 'msgType',
label: '接收用户', label: '接收用户',