Commit a8ad047f authored by Bill's avatar Bill

fix: 投诉建议事件时间必填

parent 017f6d88
......@@ -125,7 +125,13 @@ export const complaintAddSchema: ISchema = {
'x-component-props': {
placeholder: `${intl.formatMessage({ id: 'member.complaintsAndSuggests.common.columns.index.caseTime'})}`,
format: 'YYYY-MM-DD HH:mm:ss'
},
"x-rules": [
{
required: true,
message: `${intl.formatMessage({ id: 'member.complaintsAndSuggests.common.columns.index.caseTime'})}`
}
],
},
byUserEditName: {
type: 'string',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment