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

fix: [12878]

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