Commit 4263c1d5 by sunhaiwei

生产任务表单页面添加技术要求

parent 85d9b215
import { FormProps, FormSchema } from '/@/components/Form';
import { BasicColumn } from '/@/components/Table';
import {uploadApi} from "/@/api/sys/upload";
export const searchFormSchema: FormSchema[] = [
{
......@@ -764,6 +765,33 @@ export const formProps: FormProps = {
style: { width: '100%' },
},
},
{
key: 'c40beca261124a17b8ea5258ae8b3b19',
field: 'jsyq',
label: '技术要求',
type: 'upload',
component: 'Upload',
colProps: { span: 24 },
componentProps: {
api: uploadApi,
span: 7,
defaultValue: '',
accept: '',
maxNumber: 5,
maxSize: '',
showLabel: true,
multiple: false,
disabled: true,
required: false,
isShow: true,
events: {},
listType: 'text',
sourceType: 'album,camera',
tooltipConfig: { visible: false, title: '提示文本' },
},
},
],
},
{
......
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