guanqb
2024-02-02 4f7ba301a6645453ab2ea847275231c66b88d4ff
src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -69,6 +69,17 @@
                        label: "title",
                        value: "key",
                    },
                }, {
                    label: "场所类别",
                    prop: "nineType",
                    align: 'center',
                    dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
                    props: {
                        label: "title",
                        value: "key",
                    },
                    type: 'select',
                    hide: true,
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 96,
@@ -104,6 +115,23 @@
                            value: 2,
                        }
                    ],
                },
                {
                    label: "是否整改完毕",
                    prop: "rectificationFlag",
                    align: 'center',
                    dicData: [
                        {
                            label: "否",
                            value: 1,
                        },
                        {
                            label: "是",
                            value: 2,
                        }
                    ],
                    type: 'select',
                    hide: true,
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 124,