|
|
@@ -208,46 +208,46 @@ export const formSchema: FormSchema[] = [
|
|
|
{ max: 500, message: '问题描述长度不能超过500个字符', trigger: 'blur' },
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- label: '密闭墙问题照片',
|
|
|
- field: 'queFileUrls',
|
|
|
- component: 'JImageUpload',
|
|
|
- componentProps: {
|
|
|
- //按钮显示文字
|
|
|
- text: '图片上传',
|
|
|
- //支持两种基本样式picture和picture-card
|
|
|
- listType: 'picture-card',
|
|
|
- //用于控制文件上传的业务路径,默认temp
|
|
|
- bizPath: 'webfile',
|
|
|
- //是否禁用
|
|
|
- disabled: false,
|
|
|
- //最大上传数量
|
|
|
- fileMax: 9,
|
|
|
- },
|
|
|
- colProps: {
|
|
|
- span: 6,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- label: '密闭墙确认照片',
|
|
|
- field: 'okQueFileUrls',
|
|
|
- component: 'JImageUpload',
|
|
|
- componentProps: {
|
|
|
- //按钮显示文字
|
|
|
- text: '图片上传',
|
|
|
- //支持两种基本样式picture和picture-card
|
|
|
- listType: 'picture-card',
|
|
|
- //用于控制文件上传的业务路径,默认temp
|
|
|
- bizPath: 'webfile',
|
|
|
- //是否禁用
|
|
|
- disabled: false,
|
|
|
- //最大上传数量
|
|
|
- fileMax: 9,
|
|
|
- },
|
|
|
- colProps: {
|
|
|
- span: 6,
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: '密闭墙问题照片',
|
|
|
+ // field: 'queFileUrls',
|
|
|
+ // component: 'JImageUpload',
|
|
|
+ // componentProps: {
|
|
|
+ // //按钮显示文字
|
|
|
+ // text: '图片上传',
|
|
|
+ // //支持两种基本样式picture和picture-card
|
|
|
+ // listType: 'picture-card',
|
|
|
+ // //用于控制文件上传的业务路径,默认temp
|
|
|
+ // bizPath: 'webfile',
|
|
|
+ // //是否禁用
|
|
|
+ // disabled: false,
|
|
|
+ // //最大上传数量
|
|
|
+ // fileMax: 9,
|
|
|
+ // },
|
|
|
+ // colProps: {
|
|
|
+ // span: 6,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '密闭墙确认照片',
|
|
|
+ // field: 'okQueFileUrls',
|
|
|
+ // component: 'JImageUpload',
|
|
|
+ // componentProps: {
|
|
|
+ // //按钮显示文字
|
|
|
+ // text: '图片上传',
|
|
|
+ // //支持两种基本样式picture和picture-card
|
|
|
+ // listType: 'picture-card',
|
|
|
+ // //用于控制文件上传的业务路径,默认temp
|
|
|
+ // bizPath: 'webfile',
|
|
|
+ // //是否禁用
|
|
|
+ // disabled: false,
|
|
|
+ // //最大上传数量
|
|
|
+ // fileMax: 9,
|
|
|
+ // },
|
|
|
+ // colProps: {
|
|
|
+ // span: 6,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
// {
|
|
|
// field: 'param',
|
|
|
// label: '参数',
|