guoshilong
2022-11-23 998b75f0d4aaed03001ec4246cd4f3b4b0743b7e
src/const/repairsorder/repairsorder.js
@@ -30,6 +30,7 @@
      editDisplay: false,
      viewDisplay: false,
      search: true,
      searchSpan:4,
    },
    {
      label: "选择坐标",
@@ -89,6 +90,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",
@@ -102,10 +119,12 @@
    {
      label: "创建人",
      prop: "createUser",
      type: "input",
      type: "select",
      addDisplay: false,
      editDisplay: false,
      viewDisplay: false,
      search:true,
      searchSpan:4,
      dicUrl: "/api/blade-user/user-list",
      props: {
        label: "name",
@@ -125,6 +144,7 @@
      viewDisplay: false,
      hide:true,
      search: true,
      searchSpan:6,
      searchOrder:-99,
      searchRange:true
    },
@@ -141,6 +161,7 @@
      prop: "state",
      type: "select",
      search: true,
      searchSpan:4,
      dicUrl: "/api/blade-system/dict-biz/dictionary?code=REPAIR_STATE",
      dataType: "number",
      props: {