wujianwei
2025-12-23 c6449cc570ee51904ea94b66ff3ba294fb668e60
ui/admin-ui3/src/main.ts
@@ -28,14 +28,15 @@
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 XlsFileImport from "@/components/XlsFileImport/index.vue"
import SvgIcon from "/src/components/SvgIcon/index.vue";
app.component("DictTag", DictTag);
app.component('FileUpload', FileUpload);
app.component('basicContainer', basicContainer)
app.component('XlsFileImport', XlsFileImport);
app.component('flowLog', flowLog)
app.component('svg-icon', SvgIcon)
@@ -61,6 +62,7 @@
        viewBtn: true,
        selection: true,
        searchSpan: 5,
        height: 600,
        props: {
            label: 'dictLabel',
            value: 'dictValue'