src/const/eventgm/eventgm.js
@@ -157,6 +157,21 @@
      },
    },
    {
      label: '图片上传',
      prop: 'picUrls',
      type: 'upload',
      span: 24,
      listType: 'picture-card',
      limit:5,
      hide:true,
      props:"value",
      propsHttp: {
        url:'link',
        res: 'data'
      },
      action: '/api/blade-resource/oss/endpoint/put-file-attach'
    },
    {
      label: "修改人",
      prop: "updateUser",
      type: "input",