上饶市警务平台后台管理前端
zhongrj
2023-02-15 9523b1f2e8c2eb77e8651e58a429975fb5ad38d6
小区人员调整
3 files modified
17554 ■■■■■ changed files
package-lock.json 17379 ●●●●● patch | view | raw | blame | history
src/views/realEstate/realEstate.vue 154 ●●●●● patch | view | raw | blame | history
src/views/villagePersonInfo/villagePersonInfo.vue 21 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
src/views/realEstate/realEstate.vue
@@ -144,67 +144,20 @@
              hide: true,
            },
            {
              label: "父id",
              prop: "parentId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "省",
              prop: "province",
              type: "input",
            },
            {
              label: "市",
              prop: "city",
              type: "input",
            },
            {
              label: "区",
              prop: "county",
              type: "input",
            },
            {
              label: "街道",
              prop: "town",
              type: "input",
            },
            {
              label: "community",
              prop: "community",
              type: "input",
            },
            {
              label: "adcode",
              prop: "adcode",
              type: "input",
            },
            {
              label: "路",
              prop: "road",
              type: "input",
            },
            {
              label: "路号",
              prop: "roadNo",
              type: "input",
            },
            {
              label: "类型",
              prop: "type",
              type: "input",
            },
            {
              label: "小区",
              label: "小区名称",
              prop: "aoi",
              type: "input",
            },
            {
              label: "subAoi",
              prop: "subAoi",
              search:true,
              type: "input",
            },
            {
@@ -213,60 +166,21 @@
              type: "input",
            },
            {
              label: "单元",
              prop: "unit",
              type: "input",
            },
            {
              label: "楼层",
              prop: "floor",
              type: "input",
            },
            {
              label: "房间号",
              prop: "room",
              type: "input",
            },
            {
              label: "aliasList",
              prop: "aliasList",
              type: "input",
            },
            {
              label: "地址",
              prop: "address",
              type: "input",
            },
            {
              label: "小区id",
              label: "aoi-id",
              prop: "aoiId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "楼栋id",
              prop: "buildingId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "xHx",
              prop: "xHx",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "yHx",
              prop: "yHx",
              type: "input",
              addDisplay: false,
              editDisplay: false,
@@ -280,7 +194,6 @@
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "y2000",
@@ -289,7 +202,6 @@
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "bgId",
@@ -298,7 +210,6 @@
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "创建时间",
@@ -307,25 +218,6 @@
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "修改时间",
              prop: "modifyTime",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "aliasIds",
              prop: "aliasIds",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "md5Id",
@@ -334,44 +226,8 @@
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "md5ParentId",
              prop: "md5ParentId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "sfAoiId",
              prop: "sfAoiId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "sfBldId",
              prop: "sfBldId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
            {
              label: "房间id",
              prop: "sfRoomId",
              type: "input",
              addDisplay: false,
              editDisplay: false,
              viewDisplay: false,
              hide: true,
            },
          ]
        },
        data: []
src/views/villagePersonInfo/villagePersonInfo.vue
@@ -156,16 +156,22 @@
            {
              label: "姓名",
              prop: "realName",
              searchSpan:4,
              search:true,
              type: "input",
            },
            {
              label: "电话",
              prop: "phone",
              searchSpan:4,
              search:true,
              type: "input",
            },
            {
              label: "身份证号码",
              prop: "cardNo",
              search:true,
              searchLabelWidth:110,
              type: "input",
            },
            {
@@ -181,21 +187,6 @@
            {
              label: "楼栋id",
              prop: "buildId",
              type: "input",
            },
            {
              label: "审查状态 0:未审查 1:审查正常  2:审查异常",
              prop: "status",
              type: "input",
            },
            {
              label: "重点人员细类",
              prop: "zdryxl",
              type: "input",
            },
            {
              label: "审查时间",
              prop: "sctime",
              type: "input",
            },
          ]