修改弹窗报错,添加图例,添加名称搜索

This commit is contained in:
xwj
2026-02-02 13:21:12 +08:00
parent 3cd0eeb9f9
commit db958614c4
9 changed files with 245 additions and 140 deletions

View File

@@ -4,7 +4,7 @@ import router from './router'
import store from './store'
import 'xe-utils'
import '@/css/index.css'
import VXETable from 'vxe-table'
import VXETable, { VxeModal } from 'vxe-table'
import "@/css/vxe-table/source-index.css"
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
@@ -17,6 +17,7 @@ Vue.prototype.$myFleet = []
const config = require('../public/config/sys-config.json')
window.localStorage.setItem('pgName', config.projectName)
Vue.use(VXETable)
Vue.component('vxe-modal', VxeModal)
Vue.use(ElementUI)
Vue.config.productionTip = false