南昌市物联网技防平台-前端
tangzy
2021-03-12 858e4c5168eae14c2917a8699da9b433d0d55a15
警情分发样式调整
1 files modified
33 ■■■■■ changed files
src/views/policeInformationDistribution/index.vue 33 ●●●●● patch | view | raw | blame | history
src/views/policeInformationDistribution/index.vue
@@ -136,6 +136,10 @@
            dicUrl: "/api/blade-system/dict-biz/child-list?parentId=1356523651644043266",
          },
          {
            label: "报警人",
            prop: "galarmPeople"
          },
          {
            label: "报警时间",
            type: "datetime",
            format: "yyyy-MM-dd hh:mm:ss",
@@ -165,16 +169,9 @@
            ]
          },
          {
            label: "报警内容",
            prop: "content"
          },
          {
            label: "处理人",
            addDisplay: false,
            prop: "handName"
          },
          {
            label: "报警人",
            prop: "galarmPeople"
          },
          {
            label: "联系电话",
@@ -182,7 +179,7 @@
            width: 96
          },
          {
            label: "处理时间",
            label: "处置时间",
            type: "datetime",
            format: "yyyy-MM-dd hh:mm:ss",
            valueFormat: "yyyy-MM-dd hh:mm:ss",
@@ -257,6 +254,7 @@
          {
            label: "处理状态",
            search: true,
            addDisplay: false,
            searchSpan: 2,
            slot: true,
            searchPlaceholder: "请选择",
@@ -277,7 +275,22 @@
                value: "2"
              }
            ]
          }
          },
          {
            label: "报警内容",
            prop: "content",
            component: 'AvueUeditor',
            options: {
              action: '/api/blade-resource/oss/endpoint/put-file',
              props: {
                res: "data",
                url: "link",
              }
            },
            hide: true,
            minRows: 6,
            span: 24,
          },
        ]
      },
      data: []