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

fix: [12047,12048,12049]

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