执行看板优化

This commit is contained in:
2024-12-24 18:58:01 +08:00
parent 59a6def0ba
commit f28bf74783
12 changed files with 467 additions and 53 deletions

View File

@@ -33,6 +33,11 @@ const vuetify = createVuetify({
directives
})
/// ============= 甘特图 =================
import Gantt from '@xpyjs/gantt'
import '@xpyjs/gantt/index.css'
/// ====================================
import App from './App'
import router from './router'
import directive from './directive' // directive
@@ -105,4 +110,4 @@ app.component('MyTable', MyTable)
directive(app)
vxetb(app)
app.use(pinia).use(router).use(plugins).use(ElementPlus, {}).use(elementIcons).use(vueI18n).use(vuetify).mount('#app')
app.use(pinia).use(router).use(plugins).use(ElementPlus, {}).use(elementIcons).use(vueI18n).use(vuetify).use(Gantt).mount('#app')