src/const/repairsorder/repairsorder.js
@@ -89,6 +89,20 @@
      }],
    },
    {
      label: '图片上传',
      prop: 'picUrls',
      type: 'upload',
      span: 24,
      listType: 'picture-card',
      limit:5,
      hide:true,
      propsHttp: {
        url:'link',
        res: 'data'
      },
      action: '/api/blade-resource/oss/endpoint/put-file-attach'
    },
    {
      label: "内容",
      prop: "content",
      type: "textarea",