|
@@ -55,6 +55,8 @@ import PopoverTreeSelect from "@/components/popover-tree-select";
|
|
|
import ComputedInput from "@/components/computed-input";
|
|
|
// 附件标签组件
|
|
|
import FilePreview from "@/components/file-preview";
|
|
|
+//打印
|
|
|
+import Print from 'vue-print-nb'
|
|
|
|
|
|
// 全局方法挂载
|
|
|
Vue.prototype.getDicts = getDicts;
|
|
@@ -83,6 +85,7 @@ Vue.component("DrFilePreview", FilePreview);
|
|
|
Vue.use(directive);
|
|
|
Vue.use(plugins);
|
|
|
Vue.use(VueMeta);
|
|
|
+Vue.use(Print); //注册
|
|
|
DictData.install();
|
|
|
|
|
|
/**
|