This commit is contained in:
熊丽君
2021-08-06 16:05:39 +08:00
parent c50fc0f40e
commit 9084ba3a16
9 changed files with 376 additions and 12 deletions

View File

@ -25,6 +25,7 @@ import {
download,
handleTree
} from '@/utils/ruoyi';
import { formatRichText } from '@/utils/editor';
import Pagination from '@/components/Pagination';
//自定义表格工具扩展
import RightToolbar from '@/components/RightToolbar';
@ -37,6 +38,7 @@ Vue.prototype.selectDictLabel = selectDictLabel;
Vue.prototype.selectDictLabels = selectDictLabels;
Vue.prototype.download = download;
Vue.prototype.handleTree = handleTree;
Vue.prototype.formatRichText = formatRichText;
Vue.prototype.msgSuccess = function(msg) {
this.$message({ showClose: true, message: msg, type: 'success' });