1
guanqb
2024-02-02 b19682565389cf50f9172eab44c454ee5fee0bab
1
2 files modified
35 ■■■■■ changed files
src/views/publicSecurity/ninePlaceManage/archivesManage.vue 10 ●●●●● patch | view | raw | blame | history
src/views/publicSecurity/ninePlaceManage/situationRectification.vue 25 ●●●●● patch | view | raw | blame | history
src/views/publicSecurity/ninePlaceManage/archivesManage.vue
@@ -76,15 +76,6 @@
                    label: "场所地址",
                    prop: "location",
                    align: 'center',
                }, {
                    label: "场所类别",
                    prop: "nineType",
                    align: 'center',
                    dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
                    props: {
                        label: "title",
                        value: "key",
                    }
                },
                {
                    label: "场所类别",
@@ -96,7 +87,6 @@
                        value: "key",
                    },
                    type: 'select',
                    hide: true,
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 96
src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -69,17 +69,7 @@
                        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,
@@ -101,20 +91,6 @@
                            value: 2,
                        }
                    ]
                }, {
                    label: "是否整改完毕",
                    prop: "rectificationFlag",
                    align: 'center',
                    dicData: [
                        {
                            label: "否",
                            value: 1,
                        },
                        {
                            label: "是",
                            value: 2,
                        }
                    ],
                },
                {
                    label: "是否整改完毕",
@@ -131,7 +107,6 @@
                        }
                    ],
                    type: 'select',
                    hide: true,
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 124,