shuishen
2023-12-27 f19af477274fc32bb3cba0d8978b24281898473c
物业入住小区调整
1 files modified
27 ■■■■ changed files
src/views/property/propertyCompanyDistrict.vue 27 ●●●● patch | view | raw | blame | history
src/views/property/propertyCompanyDistrict.vue
@@ -57,11 +57,27 @@
                dialogClickModal: false,
                column: [
                    {
                        parent: false,
                        label: "小区",
                        prop: "districtId",
                        searchSpan: 5,
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: false,
                        width: 160,
                        label: "小区名称",
                        prop: "districtName",
                        search: true,
                        searchSpan: 4,
                        rules: [{
                            required: true,
                            message: "请输入小区名称",
                            trigger: "blur",
                        }],
                    },
                    {
                        hide: true,
                        parent: false,
                        label: "小区名称",
                        prop: "districtId",
                        search: false,
                        type: 'tree',
                        dicUrl: `/api/blade-district/district/getDistrictTree`,
                        props: {
@@ -74,10 +90,11 @@
                        width: 260,
                        rules: [{
                            required: true,
                            message: "请选择小区",
                            message: "请选择小区名称",
                            trigger: "blur",
                        },],
                    },
                    {
                        label: '物业公司',
                        prop: 'propertyCompanyId',