guoshilong
2022-10-11 04ed7a0de8c3596f7ea9a2e68a57b0366e6156ba
src/const/eventgm/eventgm.js
@@ -27,6 +27,18 @@
      hide: true,
    },
    {
      label: "标题",
      prop: "title",
      type: "input",
      // search: true,
      span: 24,
      rules: [{
        required: true,
        message: "请输入标题",
        trigger: "blur"
      }],
    },
    {
      label: "上报人",
      prop: "createUser",
      type: "input",
@@ -157,6 +169,23 @@
      },
    },
    {
      label: '图片视频上传',
      labelWidth:"100",
      prop: 'picUrls',
      type: 'upload',
      span: 24,
      fileType:'img',
      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",