wujianwei
2025-12-22 c62cee9d60f0e7dbc319b410f28397ef4ff759f3
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')