南昌市物联网技防平台-前端
shuishen
2021-03-11 e2f60c807e967e9b50d00a4fe22c0b015ad6dfff
Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
1 files modified
14 ■■■■ changed files
src/views/policeInformationDistribution/index.vue 14 ●●●● patch | view | raw | blame | history
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"
          },