Commit 7cd9be1113b785c46afa05ff9ce0e40ce09b44ec

Authored by qianbao
1 parent 90d642b0

1、大屏左侧操作菜单归类

2、代码文件归类
3、添加雷达图
src/views/bigscreenDesigner/designer/widget/widget.vue
@@ -136,10 +136,6 @@ export default { @@ -136,10 +136,6 @@ export default {
136 handleFocus({ index, left, top, width, height }) {}, 136 handleFocus({ index, left, top, width, height }) {},
137 handleBlur({ index, left, top, width, height }) { 137 handleBlur({ index, left, top, width, height }) {
138 this.$emit("onActivated", { index, left, top, width, height }); 138 this.$emit("onActivated", { index, left, top, width, height });
139 -  
140 - console.log(this.masterData,"2222");  
141 -  
142 -  
143 this.$refs.draggable.setActive(true); 139 this.$refs.draggable.setActive(true);
144 // 处理widget超出workbench的问题 140 // 处理widget超出workbench的问题
145 //this.handleBoundary({ index, left, top, width, height }) 141 //this.handleBoundary({ index, left, top, width, height })