shuishen
2024-01-05 dc2e436af84d896e57d34229012e52ac456797a4
所有所属社区字段调整
10 files modified
58 ■■■■ changed files
src/views/article/rotation.vue 17 ●●●● patch | view | raw | blame | history
src/views/cGovernance/taskECall.vue 10 ●●●● patch | view | raw | blame | history
src/views/community/index.vue 2 ●●● patch | view | raw | blame | history
src/views/district/index.vue 2 ●●● patch | view | raw | blame | history
src/views/grid/gridman.vue 4 ●●● patch | view | raw | blame | history
src/views/grid/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/place/components/baseAllInfo.vue 1 ●●●● patch | view | raw | blame | history
src/views/place/index.vue 5 ●●●●● patch | view | raw | blame | history
src/views/userHouse/houseHoldList.vue 5 ●●●●● patch | view | raw | blame | history
src/views/userHouse/houseList.vue 6 ●●●● patch | view | raw | blame | history
src/views/article/rotation.vue
@@ -62,26 +62,27 @@
                        span: 12,
                        searchSpan: 4,
                        search: true,
                        type:"select",
                        dicData:[
                        type: "select",
                        dicData: [
                            {
                                label:"系统",
                                value:"1"
                                label: "系统",
                                value: "1"
                            },
                            {
                                label:"社区",
                                value:"2"
                                label: "社区",
                                value: "2"
                            }
                        ]
                    },
                    {
                        parent: false,
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        parent: false,
                        prop: "communityCode",
                        search: true,
                        searchSpan: 4,
                        searchType: 'input',
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        props: {
src/views/cGovernance/taskECall.vue
@@ -95,11 +95,12 @@
                },
                {
                    width: 156,
                    overHidden: true,
                    label: "所属社区",
                    addDisplay: false,
                    editDisplay: false,
                    viewDisplay: false,
                    width: 160,
                    label: "所属社区",
                    prop: "communityName",
                    search: true,
                    searchSpan: 4,
@@ -111,12 +112,11 @@
                },
                {
                    label: "所属社区",
                    hide: true,
                    parent: false,
                    label: "所属社区",
                    prop: "communityCode",
                    search: false,
                    width: 150,
                    type: "tree",
                    dicUrl: "/api/blade-system/region/tree",
                    props: {
@@ -353,7 +353,7 @@
                    //经纬度替换
                    this.form.lat = arr[1]
                    this.form.lng = arr[0]
                    this.form.address = arr[2];
                    this.form.address = arr[2]
                }
            },
            immediate: true,
src/views/community/index.vue
@@ -48,7 +48,7 @@
                dialogClickModal: false,
                column: [
                    {
                        width: 220,
                        width: 156,
                        overHidden: true,
                        label: "社区名称",
                        prop: "name",
src/views/district/index.vue
@@ -80,8 +80,8 @@
                    {
                        width: 156,
                        overHidden: true,
                        parent: false,
                        label: "所属社区",
                        parent: false,
                        prop: "communityCode",
                        search: true,
                        searchSpan: 4,
src/views/grid/gridman.vue
@@ -118,10 +118,12 @@
                    },
                    {
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属社区",
                        prop: "communityName",
                        search: true,
                        searchSpan: 4,
src/views/grid/index.vue
@@ -46,11 +46,12 @@
                dialogClickModal: false,
                column: [
                    {
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        width: 160,
                        label: "所属社区",
                        prop: "communityName",
                        search: true,
                        searchSpan: 4,
@@ -67,7 +68,6 @@
                        label: "所属社区",
                        prop: "communityCode",
                        search: false,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        props: {
src/views/place/components/baseAllInfo.vue
@@ -142,7 +142,6 @@
                        label: "所属社区",
                        prop: "neiCode",
                        search: false,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        props: {
src/views/place/index.vue
@@ -206,14 +206,15 @@
                        searchSpan: 4
                    },
                    {
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属社区",
                        prop: "neiName",
                        search: true,
                        searchSpan: 4,
                        width: 150,
                        rules: [
                            {
                                required: true,
src/views/userHouse/houseHoldList.vue
@@ -433,11 +433,12 @@
                    },
                    {
                        width: 160,
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属社区",
                        prop: "neiName",
                        search: true,
                        searchSpan: 4
src/views/userHouse/houseList.vue
@@ -266,11 +266,12 @@
                    },
                    {
                        width: 156,
                        overHidden: true,
                        label: "所属社区",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        width: 160,
                        label: "所属社区",
                        prop: "neiName",
                        search: true,
                        searchSpan: 4,
@@ -287,7 +288,6 @@
                        label: "所属社区",
                        prop: "neiCode",
                        search: false,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        props: {