diff --git a/src/views/business/resi-category-map.js b/src/views/business/resi-category-map.js index 7a125a8a0..5e239c62d 100644 --- a/src/views/business/resi-category-map.js +++ b/src/views/business/resi-category-map.js @@ -1,8 +1,8 @@ export default { PARTY_FLAG: "党员", - SUBSISTENCE_ALLOWANCE_FLAG: "低保户", - ENSURE_HOUSE_FLAG: "保障房", - UNEMPLOYED_FLAG: "失业", + SUBSISTENCE_ALLOWANCE_FLAG: "低保人员", + ENSURE_HOUSE_FLAG: "保障房人员", + UNEMPLOYED_FLAG: "失业人员", FERTILE_WOMAN_FLAG: "育龄妇女", VETERAN_FLAG: "退役军人", UNITED_FRONT_FLAG: "统战人员", diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 7acb09064..4c4358c19 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -23,7 +23,9 @@ + label-width="100px" + :required="true" + >
居民分类:
- 失独老人 + 特扶人员 慢病 失智老人 残疾 @@ -85,10 +85,10 @@ 信访人员 大病 特殊人群 - 低保 + 低保人员 统战人员 租户 - 失业 + 失业人员 退役军人 志愿者 diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 2592d8adb..f8761b00e 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -70,7 +70,7 @@ > - + { + this.$refs.ref_buildingTable.loadTable('search',this.selObj) + }) + }, async loadOpenNode() { const url = "/gov/org/building/tree-ids"; diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue index 13536a6ae..47ff9e06e 100644 --- a/src/views/modules/base/community/roomTable.vue +++ b/src/views/modules/base/community/roomTable.vue @@ -481,7 +481,7 @@ export default { async loadTable (source, treeObj) { this.source = source; this.tableLoading = true; - + console.log(treeObj,'see'); if (source === "tree") { //来源于tree,查询数据清空 this.sortType = "asc"; diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 6a3e0d94c..8ff6492bb 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -241,7 +241,7 @@ }} {{ scope.row.categoryInfo.ensureHouseFlag == 1 - ? "保障房 " + ? "保障房人员 " : "" }} {{ @@ -289,7 +289,7 @@ {{ scope.row.categoryInfo .subsistenceAllowanceFlag == 1 - ? "低保 " + ? "低保人员 " : "" }} {{ diff --git a/src/views/modules/home/notice.vue b/src/views/modules/home/notice.vue index 3bfaeeb8b..9dbf7b2da 100644 --- a/src/views/modules/home/notice.vue +++ b/src/views/modules/home/notice.vue @@ -201,6 +201,7 @@ export default { &:hover { .item-title { color: #0056d6; + cursor: pointer; } .item-btn-clear { display: block;