wujianwei
2025-12-12 2b94042dad78f689a4c0e26259e3b08da5665905
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')