sen
1 天以前 7ed2a032d0724e68aec8af940f2ce0023a9f0eb7
ui/admin-ui3/src/main.ts
@@ -28,6 +28,8 @@
import FileUpload from "/src/components/FileUpload/index.vue";
import basicContainer from '/src/components/basic-container/main.vue';
import flowLog from './components/flowLog/index.vue';
import flowLogA from './components/flowLogA/index.vue';
import SvgIcon from "/src/components/SvgIcon/index.vue";
@@ -35,6 +37,8 @@
app.component('FileUpload', FileUpload);
app.component('basicContainer', basicContainer)
app.component('flowLog', flowLog)
app.component('flowLogA', flowLogA)
app.component('svg-icon', SvgIcon)
@@ -61,13 +65,19 @@
        viewBtn: true,
        selection: true,
        searchSpan: 5,
        // height: 530,
        props: {
            label: 'dictLabel',
            value: 'dictValue'
        },
        searchMenuSpan: 4,
    },
    formOption:{
        props: {
            label: 'dictLabel',
            value: 'dictValue'
        },
    }
})
app.mount('#app')