From 14101bd42ce17dfb9d951d0738abe9d303fb3fe5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 11 十二月 2023 10:41:39 +0800 Subject: [PATCH] 机器开机率、人员技能比饼图优化 --- src/main.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index 6144894..064ed8d 100644 --- a/src/main.js +++ b/src/main.js @@ -4,14 +4,15 @@ import store from "./store" import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" - Vue.config.productionTip = false // import Element from "element-ui" // Vue.use(Element, { size: "small", zIndex: 3000 }) - +// 闃叉杩炵画鐐瑰嚮 +// 鍏ㄥ眬鎸囦护 +import { preventReClick } from "@/api/global-directives"; +Vue.use(preventReClick); Vue.use(ElementUI) - new Vue({ router, store, -- Gitblit v1.8.0