zhongrj
2024-01-05 335642b3d8a4cdda3d43ea5a784087bdccdd2f73
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: {
@@ -84,6 +84,8 @@
                    },
                    {
                        width: 110,
                        overHidden: true,
                        label: "网格名称",
                        prop: "gridName",
                        searchSpan: 4,