Commit a8ad047f authored by Bill's avatar Bill

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

parent 017f6d88
...@@ -125,7 +125,13 @@ export const complaintAddSchema: ISchema = { ...@@ -125,7 +125,13 @@ export const complaintAddSchema: ISchema = {
'x-component-props': { 'x-component-props': {
placeholder: `${intl.formatMessage({ id: 'member.complaintsAndSuggests.common.columns.index.caseTime'})}`, placeholder: `${intl.formatMessage({ id: 'member.complaintsAndSuggests.common.columns.index.caseTime'})}`,
format: 'YYYY-MM-DD HH:mm:ss' format: 'YYYY-MM-DD HH:mm:ss'
} },
"x-rules": [
{
required: true,
message: `${intl.formatMessage({ id: 'member.complaintsAndSuggests.common.columns.index.caseTime'})}`
}
],
}, },
byUserEditName: { byUserEditName: {
type: 'string', 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