sen
2025-12-17 3937e75a534deaa2a27b7fce8553b0b1d55827b5
ui/admin-ui3/src/main.ts
@@ -61,13 +61,19 @@
        viewBtn: true,
        selection: true,
        searchSpan: 5,
        height: 600,
        props: {
            label: 'dictLabel',
            value: 'dictValue'
        },
        searchMenuSpan: 4,
    },
    formOption:{
        props: {
            label: 'dictLabel',
            value: 'dictValue'
        },
    }
})
app.mount('#app')