Commit 17b8e454 authored by 卢均锐's avatar 卢均锐

fix: [12047,12048,12049]

parent f9200484
......@@ -32,7 +32,7 @@ export const formSchema: ISchema = {
type: 'string',
title: '竞价单摘要',
readOnly: true,
visible: false,
visible: true,
},
biddingNo: {
type: 'string',
......@@ -92,7 +92,7 @@ export const formSchema: ISchema = {
properties: {
'[startSignUp, endSignUp]': {
type: 'string',
title: '报名时间要求',
title: '报名要求时间',
"x-component": 'daterange',
"x-component-props": {
showTime: true,
......@@ -156,7 +156,7 @@ export const formSchema: ISchema = {
type: 'object',
'x-component': 'Mega-Layout',
'x-component-props': {
label: '注册手机',
label: '联系人电话',
required: true,
wrapperCol: 24,
},
......
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