wujianwei
2025-12-15 d7fe506c1dbec54cd1b592b1c694b255bba726a8
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')