guoshilong
2022-10-10 2947529037e8bb09ab2a304a86de4cfca0144a0f
src/const/repairsorder/repairsorder.js
@@ -89,6 +89,22 @@
      }],
    },
    {
      label: '图片视频上传',
      labelWidth:"100",
      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",