|
@@ -18,9 +18,11 @@ import { getDicts } from "@/api/system/dict/data";
|
|
|
import { getConfigKey } from "@/api/system/config";
|
|
|
import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, handleTree } from "@/utils/ruoyi";
|
|
|
import Pagination from "@/components/Pagination";
|
|
|
-
|
|
|
+
|
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
|
-
|
|
|
+
|
|
|
+import DictTag from '@/components/DictTag'
|
|
|
+
|
|
|
import VueMeta from 'vue-meta'
|
|
|
|
|
|
|
|
@@ -47,6 +49,7 @@ Vue.prototype.msgInfo = function (msg) {
|
|
|
}
|
|
|
|
|
|
|
|
|
+Vue.component('DictTag', DictTag)
|
|
|
Vue.component('Pagination', Pagination)
|
|
|
Vue.component('RightToolbar', RightToolbar)
|
|
|
|