Commit 83bb9968 authored by 卢均锐's avatar 卢均锐

fix: [12878]

parent 7d9ecaef
...@@ -96,7 +96,8 @@ export const formSchema: ISchema = { ...@@ -96,7 +96,8 @@ export const formSchema: ISchema = {
"x-component": 'daterange', "x-component": 'daterange',
"x-component-props": { "x-component-props": {
showTime: true, showTime: true,
style: { width: "100%" } style: { width: "100%" },
separator: ' 至 '
}, },
readOnly: true, readOnly: true,
}, },
...@@ -273,7 +274,7 @@ export const formSchema: ISchema = { ...@@ -273,7 +274,7 @@ export const formSchema: ISchema = {
}, },
properties: { properties: {
enclosureUrls: { enclosureUrls: {
type: 'string', type: 'string',
title: '报名文件', title: '报名文件',
'x-component': 'FixUpload', 'x-component': 'FixUpload',
'x-component-props': { 'x-component-props': {
...@@ -283,7 +284,7 @@ export const formSchema: ISchema = { ...@@ -283,7 +284,7 @@ export const formSchema: ISchema = {
prefix: 'procurment_onlineBid_', prefix: 'procurment_onlineBid_',
}, },
beforeUpload: '{{beforeUpload}}', beforeUpload: '{{beforeUpload}}',
onChange: '{{onUploadChange}}', onChange: '{{onUploadChange}}',
headers: '{{ token }}', headers: '{{ token }}',
accept: '.xls, .xlsx, .doc, .docx, .wps, .pdf, .jpg, .png, .jpeg', accept: '.xls, .xlsx, .doc, .docx, .wps, .pdf, .jpg, .png, .jpeg',
}, },
......
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