初始化代码

This commit is contained in:
DESKTOP-5DIJMF9\admin
2024-09-24 13:50:20 +08:00
parent 4ea4aa0f9b
commit 9238762367
778 changed files with 122001 additions and 64 deletions

View File

@@ -45,6 +45,7 @@ import request from '@/utils/request' // 实现 form generator 使用自己定
import { addDateRange, handleTree, parseTime, resetForm, selectDictLabel, selectDictLabels, flexWidth } from '@/utils/nladmin'
import { getValueByCode } from '@/api/system/param'
import VueBus from 'vue-bus'
LogicFlow.use(Menu)
@@ -67,6 +68,7 @@ Vue.use(VueHighlightJS)
Vue.use(mavonEditor)
Vue.use(permission)
Vue.use(dict)
Vue.use(VueBus)
// 全局设置控件样式https://codeantenna.com/a/0IN5FMJk5h
Element.Table.props.border = { type: Boolean, default: true }
Element.TableColumn.props.align = { type: String, default: 'center' }