This commit is contained in:
2026-01-27 09:27:46 +08:00
parent 78ec95c313
commit 279a99afbe
10 changed files with 187 additions and 359 deletions

View File

@@ -29,6 +29,7 @@ import './permission' // permission control
import { useDict } from '@/utils/dict'
import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/manage'
import { tableInfoRowClick } from '@/utils/tableHelper'
// 分页组件
import Pagination from '@/components/Pagination'
@@ -58,6 +59,7 @@ app.config.globalProperties.handleTree = handleTree
app.config.globalProperties.addDateRange = addDateRange
app.config.globalProperties.selectDictLabel = selectDictLabel
app.config.globalProperties.selectDictLabels = selectDictLabels
app.config.globalProperties.tableInfoRowClick = tableInfoRowClick
// 全局组件挂载
app.component('DictTag', DictTag)