shuishen
2024-01-05 95ec52b39c67c7a7f614594ab4d519d62e42b9dd
所有所属网格字段调整
6 files modified
24 ■■■■■ changed files
src/views/district/index.vue 2 ●●● patch | view | raw | blame | history
src/views/grid/gridman.vue 5 ●●●● patch | view | raw | blame | history
src/views/grid/index.vue 2 ●●●●● 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 5 ●●●●● patch | view | raw | blame | history
src/views/district/index.vue
@@ -104,10 +104,10 @@
                    {
                        width: 110,
                        overHidden: true,
                        label: "所属网格",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属网格",
                        prop: "gridName",
                    },
src/views/grid/gridman.vue
@@ -90,6 +90,7 @@
                    },
                    {
                        width: 110,
                        label: "网格员",
                        prop: "gridmanName",
                        searchSpan: 4,
@@ -135,10 +136,12 @@
                    },
                    {
                        width: 110,
                        overHidden: true,
                        label: "所属网格",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属网格",
                        prop: "gridName",
                        rules: [{
                            required: true,
src/views/grid/index.vue
@@ -84,6 +84,8 @@
                    },
                    {
                        width: 110,
                        overHidden: true,
                        label: "网格名称",
                        prop: "gridName",
                        searchSpan: 4,
src/views/place/index.vue
@@ -247,12 +247,13 @@
                    },
                    {
                        width: 110,
                        overHidden: true,
                        label: "所属网格",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属网格",
                        prop: "gridName",
                        width: 150,
                        rules: [
                            {
                                required: true,
src/views/userHouse/houseHoldList.vue
@@ -445,11 +445,12 @@
                    },
                    {
                        width: 120,
                        width: 110,
                        overHidden: true,
                        label: "所属网格",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        label: "所属网格",
                        prop: "gridName",
                    },
src/views/userHouse/houseList.vue
@@ -305,11 +305,12 @@
                    },
                    {
                        width: 110,
                        overHidden: true,
                        label: "所属网格",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        width: 96,
                        label: "所属网格",
                        prop: "gridName",
                        rules: [{
                            required: true,