| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2226e2d5"],{"573e":function(t,e,n){"use strict";n.r(e);var s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"scope-process"},[n("cl-scroll",t._l(t.processList,(function(e,s){return n("div",{key:s,staticClass:"block",class:{active:e.active},attrs:{"data-index":s},on:{mousedown:function(n){t.onTap(n,e)}}},[n("span",[t._v(t._s(e.label))]),s>0?n("i",{staticClass:"el-icon-close",class:{active:s>0},on:{mousedown:function(e){return e.stopPropagation(),t.onDel(s)}}}):t._e()])})),0),n("ul",{directives:[{name:"show",rawName:"v-show",value:t.menu.visible,expression:"menu.visible"}],staticClass:"context-menu",style:t.menu.style},[t.isHit?n("li",{on:{click:function(e){return t.onClose("current")}}},[t._v("关闭当前")]):t._e(),n("li",{on:{click:function(e){return t.onClose("other")}}},[t._v("关闭其他")]),n("li",{on:{click:function(e){return t.onClose("all")}}},[t._v("关闭所有")])])],1)},i=[],c=(n("4de4"),n("7db0"),n("c740"),n("5530")),o=n("5880"),r={data:function(){return{menu:{visible:!1,current:{},style:{left:0,top:0}},isHit:!1,page:1}},computed:Object(c["a"])({},Object(o["mapGetters"])(["processList"])),watch:{processList:function(){var t=this,e=this.$el.clientWidth;this.$nextTick((function(){for(var n=t.$el.querySelectorAll(".block")||[],s=0,i=0;i<n.length;i++)s+=n[i].clientWidth;e-s>1e3&&(t.page+=1)}))}},mounted:function(){var t=this;this.$el.oncontextmenu=function(){event.returnValue=!1},document.body.addEventListener("click",(function(){t.menu.visible&&(t.menu.visible=!1)}))},methods:Object(c["a"])({},Object(o["mapMutations"])(["ADD_PROCESS","DEL_PROCESS","SET_PROCESS"]),{onTap:function(t,e){this.isHit=e.active,0==t.button?this.$router.push(e.value):this.menu={current:e,visible:!0,style:{left:t.layerX+"px",top:t.layerY+"px"}}},onDel:function(t){this.DEL_PROCESS(t),this.toPath()},onClose:function(t){var e=this.menu.current;switch(t){case"current":this.onDel(this.processList.findIndex((function(t){return t.value==e.value})));break;case"other":this.SET_PROCESS(this.processList.filter((function(t){return t.value==e.value||"/"==t.value})));break;case"all":this.SET_PROCESS(this.processList.filter((function(t){return"/"==t.value})));break}this.toPath()},toPath:function(){var t=this.processList.find((function(t){return t.active}));if(!t){var e=this.processList[this.processList.length-1];this.$router.push(e?e.value:"/")}}})},u=r,a=(n("aa5b"),n("2877")),l=Object(a["a"])(u,s,i,!1,null,"539e669d",null);e["default"]=l.exports},"70c7":function(t,e,n){},aa5b:function(t,e,n){"use strict";var s=n("70c7"),i=n.n(s);i.a}}]);
|