shuishen
2023-12-20 ba89cd03365eae8aa080a98f011bb6bced286a2e
住户、房屋、场所,显示内容调整
3 files modified
57 ■■■■■ changed files
src/views/place/index.vue 16 ●●●●● patch | view | raw | blame | history
src/views/userHouse/houseHoldList.vue 22 ●●●●● patch | view | raw | blame | history
src/views/userHouse/houseList.vue 19 ●●●●● patch | view | raw | blame | history
src/views/place/index.vue
@@ -149,6 +149,21 @@
                dialogClickModal: false,
                column: [
                    {
                        width: 96,
                        label: "所属街道",
                        prop: "townStreetName",
                    },
                    {
                        width: 160,
                        label: "所属社区",
                        prop: "neiName",
                    },
                    {
                        width: 96,
                        label: "所属网格",
                        prop: "gridName",
                    },
                    {
                        label: "场所名称",
                        prop: "placeName",
                        searchSpan: 4,
@@ -159,7 +174,6 @@
                            trigger: "blur",
                        },],
                    },
                    {
                        label: "负责人",
                        prop: "principal",
src/views/userHouse/houseHoldList.vue
@@ -180,13 +180,31 @@
                dialogClickModal: false,
                menuWidth: 280,
                menuFixed: 'right',
                column: [{
                column: [
                    {
                        width: 96,
                        label: "所属街道",
                        prop: "townStreetName",
                    },
                    {
                        width: 160,
                        label: "所属社区",
                        prop: "neiName",
                    },
                    {
                        width: 96,
                        label: "所属网格",
                        prop: "gridName",
                    },
                    {
                        width: 96,
                    label: "姓名",
                    prop: "name",
                    search: true,
                    searchSpan: 4,
                },
                {
                        width: 106,
                    label: "电话",
                    prop: "phoneNumber",
                    search: true,
@@ -231,6 +249,7 @@
                    },
                },
                {
                        width: 132,
                    label: "小区",
                    prop: "aoiName",
                    search: true,
@@ -238,6 +257,7 @@
                },
                {
                        width: 132,
                    label: "地址",
                    prop: "address",
                    display: false
src/views/userHouse/houseList.vue
@@ -204,7 +204,23 @@
                dialogType: 'drawer',
                dialogClickModal: false,
                menuWidth: 340,
                column: [{
                column: [
                    {
                        width: 96,
                        label: "所属街道",
                        prop: "townStreetName",
                    },
                    {
                        width: 160,
                        label: "所属社区",
                        prop: "neiName",
                    },
                    {
                        width: 96,
                        label: "所属网格",
                        prop: "gridName",
                    },
                    {
                    label: "房屋编号",
                    prop: "houseCode",
                    width: 180,
@@ -218,6 +234,7 @@
                    display: false
                },
                {
                        width: 132,
                    label: "小区",
                    prop: "districtName",
                    search: true,