guoshilong
2022-09-26 e5b8dfe32fce0089561de920a9ad1e65e44ebfe2
src/const/repairsorder/repairsorder.js
@@ -89,6 +89,21 @@
      }],
    },
    {
      label: '图片视频上传',
      prop: 'picUrls',
      type: 'upload',
      fileType:'img',
      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",