全局挂载字典标签组件

This commit is contained in:
RuoYi 2021-06-22 20:44:40 +08:00
parent 253e2b2de1
commit aee1e53140
3 changed files with 5 additions and 12 deletions

View File

@ -18,9 +18,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, download, handleTree } from "@/utils/ruoyi"; import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, 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'
// 全局方法挂载 // 全局方法挂载
@ -47,6 +49,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)

View File

@ -185,14 +185,9 @@
<script> <script>
import { listData, getData, delData, addData, updateData, exportData } from "@/api/system/dict/data"; import { listData, getData, delData, addData, updateData, exportData } from "@/api/system/dict/data";
import { listType, getType } from "@/api/system/dict/type"; import { listType, getType } from "@/api/system/dict/type";
// 使
import DictTag from '@/components/DictTag'
export default { export default {
name: "Data", name: "Data",
components: {
DictTag
},
data() { data() {
return { return {
// //

View File

@ -194,14 +194,9 @@
<script> <script>
import { listType, getType, delType, addType, updateType, exportType, refreshCache } from "@/api/system/dict/type"; import { listType, getType, delType, addType, updateType, exportType, refreshCache } from "@/api/system/dict/type";
// 使
import DictTag from '@/components/DictTag'
export default { export default {
name: "Dict", name: "Dict",
components: {
DictTag
},
data() { data() {
return { return {
// //