sen
2025-12-22 cce6c3d3e166887344035c3e244c9d06f382abf7
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')