From e2f60c807e967e9b50d00a4fe22c0b015ad6dfff Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 11 Mar 2021 17:05:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
src/views/policeInformationDistribution/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/views/policeInformationDistribution/index.vue b/src/views/policeInformationDistribution/index.vue
index 89a420f..4949efc 100644
--- a/src/views/policeInformationDistribution/index.vue
+++ b/src/views/policeInformationDistribution/index.vue
@@ -125,6 +125,7 @@
searchLabelWidth: 80,
searchPlaceholder: "请选择",
type: "select",
+ width: 140,
props: {
label: "dictValue",
value: "dictValue"
@@ -163,7 +164,7 @@
},
{
label: "报警内容",
- prop: "rName"
+ prop: "content"
},
{
label: "处理人",
@@ -204,7 +205,7 @@
search: true,
searchSpan: 2,
searchLabelWidth: 45,
- span:5,
+ placeholder: "省份",
type: "select",
props: {
label: "name",
@@ -212,21 +213,24 @@
},
cascaderItem: ["city", "district"],
dicUrl: "/api/blade-system/region/select",
+ span: 6,
className: "cityClass1"
},
{
label: "地市",
prop: "city",
type: "select",
+ searchPlaceholder: "地市",
+ placeholder: "地市",
searchLabelWidth: 1,
searchSpan: 2,
- span:3,
search: true,
props: {
label: "name",
value: "code"
},
dicUrl: "/api/blade-system/region/select?code={{key}}",
+ span: 3,
labelWidth: "0",
className: "cityClass2"
},
@@ -234,7 +238,8 @@
label: "区县",
searchSpan: 2,
searchLabelWidth: 1,
- span:3,
+ searchPlaceholder: "区县",
+ placeholder: "区县",
search: true,
prop: "district",
type: "select",
@@ -243,6 +248,7 @@
value: "code"
},
dicUrl: "/api/blade-system/region/select?code={{key}}",
+ span: 3,
labelWidth: "0",
className: "cityClass3"
},
--
Gitblit v1.9.3