guanqb
2024-02-07 8508956ae0d0c60587e3f760a72ba3c2b7c0f033
src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -186,6 +186,19 @@
                    align: 'center'
                },
                {
                    label: "阵地类型",
                    prop: "frontType",
                    dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
                    props: {
                        label: "title",
                        value: "key",
                    },
                    // type: 'select',
                    // search: true,
                    align: 'center',
                    width: 120,
                },
                {
                    width: 100,
                    addDisplay: false,
                    editDisplay: false,
@@ -536,7 +549,7 @@
<style lang="scss" scoped>
:deep(.cur-container-box) {
    padding: 0;
    padding: 0 !important;
}
.avue-upload__icon {