From 858e4c5168eae14c2917a8699da9b433d0d55a15 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 12 Mar 2021 16:24:33 +0800
Subject: [PATCH] 警情分发样式调整
---
src/views/policeInformationDistribution/index.vue | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/src/views/policeInformationDistribution/index.vue b/src/views/policeInformationDistribution/index.vue
index 98dd1f3..79e0532 100644
--- a/src/views/policeInformationDistribution/index.vue
+++ b/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: []
--
Gitblit v1.9.3