报表新增

This commit is contained in:
‘937886381’
2024-04-12 16:52:25 +08:00
parent 67bfb9981a
commit 5b59893edb
5 changed files with 537 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
/*
* @Author: zhp
* @Date: 2024-04-12 11:13:06
* @LastEditTime: 2024-04-12 16:20:31
* @LastEditors: zhp
* @Description:
*/
import Vue from 'vue'
import Element from 'element-ui'
@@ -23,7 +30,7 @@ import RightToolbar from "@/components/RightToolbar"
// import hljs from 'highlight.js'
// import 'highlight.js/styles/github-gist.css'
import { DICT_TYPE, getDictDataLabel, getDictDatas, getDictDatas2 } from "@/utils/dict";
import CodeBrickZj from 'code-brick-zj';
import './theme/index.css'; // 自定义主题包 - code-brick-zj
// 全局方法挂载
@@ -50,7 +57,7 @@ import VueMeta from 'vue-meta'
Vue.use(directive)
Vue.use(plugins)
Vue.use(VueMeta)
Vue.use(CodeBrickZj);
// Form Generator 组件需要使用到 tinymce
import Tinymce from '@/components/tinymce/index.vue'
Vue.component('tinymce', Tinymce)