|  | @@ -19,9 +19,11 @@ import { getDicts } from "@/api/system/dict/data";
 | 
											
												
													
														|  |  import { getConfigKey } from "@/api/system/config";
 |  |  import { getConfigKey } from "@/api/system/config";
 | 
											
												
													
														|  |  import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi";
 |  |  import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi";
 | 
											
												
													
														|  |  import Pagination from "@/components/Pagination";
 |  |  import Pagination from "@/components/Pagination";
 | 
											
												
													
														|  | -// 自定义表格工具扩展
 |  | 
 | 
											
												
													
														|  | 
 |  | +// 自定义表格工具组件
 | 
											
												
													
														|  |  import RightToolbar from "@/components/RightToolbar"
 |  |  import RightToolbar from "@/components/RightToolbar"
 | 
											
												
													
														|  | -// 头部标签插件
 |  | 
 | 
											
												
													
														|  | 
 |  | +// 字典标签组件
 | 
											
												
													
														|  | 
 |  | +import DictTag from '@/components/DictTag'
 | 
											
												
													
														|  | 
 |  | +// 头部标签组件
 | 
											
												
													
														|  |  import VueMeta from 'vue-meta'
 |  |  import VueMeta from 'vue-meta'
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  // 全局方法挂载
 |  |  // 全局方法挂载
 | 
											
										
											
												
													
														|  | @@ -48,6 +50,7 @@ Vue.prototype.msgInfo = function (msg) {
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  // 全局组件挂载
 |  |  // 全局组件挂载
 | 
											
												
													
														|  | 
 |  | +Vue.component('DictTag', DictTag)
 | 
											
												
													
														|  |  Vue.component('Pagination', Pagination)
 |  |  Vue.component('Pagination', Pagination)
 | 
											
												
													
														|  |  Vue.component('RightToolbar', RightToolbar)
 |  |  Vue.component('RightToolbar', RightToolbar)
 | 
											
												
													
														|  |  
 |  |  
 |