1 |
- webpackJsonp([52],{DXxN:function(e,t){},gntj:function(e,t){},gt52:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("mvHQ"),i=a.n(n),l=a("Dd8w"),o=a.n(l),r=a("Xxa5"),s=a.n(r),c=a("exGp"),p=a.n(c),u=a("FsX6"),d=a("McOJ"),g=a("raXz"),f=a("//Fk"),m=a.n(f),h=a("Gu7T"),v=a.n(h),_=a("w/TU"),y=a.n(_),C=a("jJHv"),b={name:"groupDialog",components:{draggable:y.a,selectPlayletDialog:C.a},props:{dialogVisible:{type:Boolean,default:function(){return!1}},group_id:{type:[Number,String],default:function(){return""}},selectedPlayletListFromProps:{type:Array,default:function(){return[]}}},data:function(){return{loading:!1,form:{name:"",selectedPlayletList:[]},selectPlayletDialogVisible:!1}},computed:{dialogTitle:function(){return this.group_id?"编辑组":"创建组"}},watch:{dialogVisible:function(e){e&&this.handleInitData()}},methods:{handleInitData:function(){this.loading=!1,this.form.name="",this.form.selectedPlayletList=[],this.selectedPlayletListFromProps&&(this.form.selectedPlayletList=[].concat(v()(this.selectedPlayletListFromProps))),this.group_id&&this.handleGetGroupDetail()},handleGetGroupDetail:function(){var e=this;return p()(s.a.mark(function t(){var a,n,i,l,o;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,a=""+e.URL.BASEURL+e.URL.playletManage_playletGroupDetail,n={group_id:e.group_id},e.loading=!0,t.next=6,e.$axios.get(a,{params:n});case 6:i=t.sent,l=i.data,(o=void 0===l?{}:l)&&0==o.errno?(e.form.name=o.rst.name,e.form.selectedPlayletList=[].concat(v()(o.rst.playlet_list))):4002!=o.errno&&e.$message.warning(o.err||"操作失败"),t.next=15;break;case 12:t.prev=12,t.t0=t.catch(0),console.log("error => ",t.t0);case 15:return t.prev=15,e.loading=!1,t.finish(15);case 18:case"end":return t.stop()}},t,e,[[0,12,15,18]])}))()},handleConfirm:function(){var e=this;return p()(s.a.mark(function t(){var a,n,i,l,o;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,e.handleFormValidate();case 3:return a=""+e.URL.BASEURL+e.URL.playletManage_setPlayletGroup,n={group_id:e.group_id||"",name:e.form.name,playlet_list:e.form.selectedPlayletList},e.loading=!0,t.next=8,e.$axios.post(a,n);case 8:i=t.sent,l=i.data,(o=void 0===l?{}:l)&&0==o.errno?(e.$message.success("操作成功"),e.$emit("confirm",{isEdit:!!e.group_id})):4002!=o.errno&&e.$message.warning(o.err||"操作失败"),t.next=17;break;case 14:t.prev=14,t.t0=t.catch(0),console.log("error => ",t.t0);case 17:return t.prev=17,e.loading=!1,t.finish(17);case 20:case"end":return t.stop()}},t,e,[[0,14,17,20]])}))()},handleCancel:function(){this.$emit("cancel")},handleFormValidate:function(){var e=this;return new m.a(function(t,a){var n=e.form,i=n.name,l=n.selectedPlayletList;i?l&&l.length?t("表单校验通过"):(e.$message.warning("请添加短剧"),a("表单校验未通过")):(e.$message.warning("请输入名称"),a("表单校验未通过"))})},onClosePlayletItem:function(e){this.form.selectedPlayletList.splice(e,1)},onDragEnd:function(){console.log("onDragEnd list => ",JSON.parse(i()(this.form.selectedPlayletList)))},onClickAddPlaylet:function(){this.selectPlayletDialogVisible=!0},onConfirmSelectPlaylet:function(e){var t=e.selectedRes;this.form.selectedPlayletList=[].concat(v()(t)),this.selectPlayletDialogVisible=!1},onCancelSelectPlaylet:function(){this.selectPlayletDialogVisible=!1}}},P={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("el-dialog",{staticClass:"group-dialog",attrs:{visible:e.dialogVisible,"before-close":e.handleCancel,"close-on-click-modal":!1,"close-on-press-escape":!1,width:"600px"},on:{"update:visible":function(t){e.dialogVisible=t}}},[a("div",{attrs:{slot:"title"},slot:"title"},[a("span",[e._v(e._s(e.dialogTitle))]),e._v(" "),a("span",{staticClass:"title-tips"},[e._v("拖动剧名调整排列顺序")])]),e._v(" "),a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"form-wrap"},[a("div",{staticClass:"form-item"},[a("span",{staticClass:"lable"},[a("em",[e._v("*")]),e._v("名称")]),e._v(" "),a("el-input",{attrs:{size:"small",placeholder:"请输入名称",clearable:""},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),e._v(" "),a("div",{staticClass:"form-item flex-start"},[a("span",{staticClass:"lable"},[a("em",[e._v("*")]),e._v("短剧")]),e._v(" "),a("div",{staticClass:"palylet-wrap"},[a("draggable",{attrs:{filter:".el-button",options:{animation:200}},on:{end:e.onDragEnd},model:{value:e.form.selectedPlayletList,callback:function(t){e.$set(e.form,"selectedPlayletList",t)},expression:"form.selectedPlayletList"}},[e._l(e.form.selectedPlayletList,function(t,n){return a("el-tag",{key:t.playlet_unique_id,staticClass:"palylet-item",attrs:{type:"info",closable:"","disable-transitions":""},on:{close:function(t){return e.onClosePlayletItem(n)}}},[e._v(e._s(t.playlet_name||t.name))])}),e._v(" "),a("el-button",{attrs:{type:"primary",plain:"",size:"small",icon:"el-icon-plus"},on:{click:e.onClickAddPlaylet}},[e._v("添加")])],2)],1)])]),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{size:"mini"},on:{click:e.handleCancel}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{size:"mini",type:"primary",disabled:e.loading},on:{click:e.handleConfirm}},[e._v("确 定")])],1)]),e._v(" "),a("selectPlayletDialog",{attrs:{dialogVisible:e.selectPlayletDialogVisible,selectedPlayletListFromProps:e.form.selectedPlayletList,isCreateGroup:!0},on:{confirm:e.onConfirmSelectPlaylet,cancel:e.onCancelSelectPlaylet}})],1)},staticRenderFns:[]};var L=a("VU/8")(b,P,!1,function(e){a("DXxN")},"data-v-d4fcf0b6",null).exports,k=a("GEDR"),w=a("la//"),D={name:"playletManage",components:{selfChannelV2:u.a,selfInput:d.a,playletSendDialog:g.a,groupDialog:L,multipleLinkDialog:k.a},data:function(){return{routePathType:w.M,height:"",loading:!1,pagination:{page:1,page_size:20,pages:0,total:0},filter:{platform_id:"",account_id:"",keyword:""},playletList:[],accountOptions:[],playletSendDialogVisible:!1,currentPlayletInfo:{},currentJumpRoutePath:"",isCreateGroup:!1,playletList_selected:[],groupDialogVisible:!1,multipleLinkDialogVisible:!1}},created:function(){this.height=document.documentElement.clientHeight-200>400?document.documentElement.clientHeight-200:400,this.handleGetPlaylet()},methods:{handleGetPlaylet:function(){var e=this;return p()(s.a.mark(function t(){var a,n,i,l,o;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,e.loading=!0,a=""+e.URL.BASEURL+e.URL.playletManage_playletList,n={platform_id:e.filter.platform_id,keyword:e.filter.keyword,account_id:e.filter.account_id,page:e.pagination.page,page_size:e.pagination.page_size},t.next=6,e.$axios.get(a,{params:n});case 6:i=t.sent,l=i.data,(o=void 0===l?{}:l)&&0==o.errno&&Array.isArray(o.rst.data)?(e.playletList=o.rst.data,e.pagination.total=o.rst.pageInfo.total,e.pagination.pages=o.rst.pageInfo.pages,e.$refs.tableDom.bodyWrapper.scrollTop=0):4002!=o.errno&&(e.$message.warning(o.err),e.playletList=[],e.pagination.total=0,e.pagination.pages=0),t.next=18;break;case 12:t.prev=12,t.t0=t.catch(0),console.log(t.t0),e.playletList=[],e.pagination.total=0,e.pagination.pages=0;case 18:return t.prev=18,e.loading=!1,t.finish(18);case 21:case"end":return t.stop()}},t,e,[[0,12,18,21]])}))()},handleCurrentChange:function(e){this.pagination.page=e,this.handleGetPlaylet()},onChangePlatform:function(e){var t=this;return p()(s.a.mark(function a(){return s.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return t.filter.platform_id=e||"",t.filter.account_id="",t.accountOptions=[],t.filter.platform_id&&t.handleGetAccountOptions(),a.next=6,t.$nextTick();case 6:t.pagination.page=1,t.handleGetPlaylet();case 8:case"end":return a.stop()}},a,t)}))()},onChangeAccountId:function(e){this.filter.account_id=e||"",this.pagination.page=1,this.handleGetPlaylet()},onInputKeyword:function(e){this.filter.keyword=e||"",this.pagination.page=1,this.handleGetPlaylet()},handleGetAccountOptions:function(){var e=this;return p()(s.a.mark(function t(){var a,n,i;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.$axios.post(e.URL.BASEURL+e.URL.playletManage_accountList,{platform_id:e.filter.platform_id});case 2:a=t.sent,n=a.data,(i=void 0===n?{}:n)&&0==i.errno?e.accountOptions=i.rst:4002!=i.errno&&e.$message.warning(i.err);case 6:case"end":return t.stop()}},t,e)}))()},handleGetIsSelected:function(e){return this.playletList_selected.find(function(t){return t.playlet_unique_id===e.playlet_unique_id})},onClickCreateSend:function(e,t){var a=t.jumpPath;this.isCreateGroup=!1,this.currentPlayletInfo=e,this.currentJumpRoutePath=a,this.playletSendDialogVisible=!0},onClickSelectPlaylet:function(e){this.isCreateGroup=!0,this.currentPlayletInfo=e,this.currentJumpRoutePath="",this.playletSendDialogVisible=!0},handlePlayletSendConfirm:function(e){var t=e.miniProPath,a=e.miniProAppId,n=e.miniProDesc,i=e.miniProCover,l=e.h5Path,r=e.h5Desc,s=e.h5Cover,c=e.link_type,p=e.createGroupParams,u=void 0===p?{}:p;if(this.playletSendDialogVisible=!1,this.handleGetPlaylet(),!this.isCreateGroup&&this.currentJumpRoutePath){if(1===c){var d=this.$router.resolve({path:this.currentJumpRoutePath,query:{from:w.E.PLAYLET_LINK_H5,h5Path:encodeURIComponent(l),h5Desc:encodeURIComponent(r),h5Cover:encodeURIComponent(s)}});window.open(d.href,"_blank")}else if(0===c){var g=this.$router.resolve({path:this.currentJumpRoutePath,query:{from:w.E.PLAYLET_LINK_MINIAPP,miniProPath:encodeURIComponent(t),miniProAppId:encodeURIComponent(a),miniProDesc:encodeURIComponent(n),miniProCover:encodeURIComponent(i)}});window.open(g.href,"_blank")}}else this.isCreateGroup&&this.playletList_selected.push(o()({playlet_name:this.currentPlayletInfo.name},u))},handlePlayletSendCancel:function(){this.playletSendDialogVisible=!1},onClickCreatePlayletGroup:function(){this.groupDialogVisible=!0},onConfirmGroupDialog:function(){this.groupDialogVisible=!1,this.$parent.tagType=2},onCancelGroupDialog:function(){this.groupDialogVisible=!1},onClickMultipleLink:function(e){var t=e.jumpPath;this.multipleLinkDialogVisible=!0,this.currentJumpRoutePath=t},onConfirmMultipleLinkDialog:function(e){var t=e.multipleLink;if(this.multipleLinkDialogVisible=!1,t&&t.length){localStorage.setItem(w.E.PLAYLET_LINK_MULTI,i()(t));var a=this.$router.resolve({path:this.currentJumpRoutePath,query:{from:w.E.PLAYLET_LINK_MULTI}});window.open(a.href,"_blank")}},onCancelMultipleLinkDialog:function(){this.multipleLinkDialogVisible=!1}}},x={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"playletManage-wrap"},[a("div",{staticClass:"screenBox flex"},[a("div",{staticClass:"filter-wrap flex"},[a("selfChannelV2",{attrs:{title:"平台",type:"platform",labelWidth:""},on:{change:e.onChangePlatform},model:{value:e.filter.platform_id,callback:function(t){e.$set(e.filter,"platform_id",t)},expression:"filter.platform_id"}}),e._v(" "),a("div",{staticClass:"flex",staticStyle:{"margin-left":"30px"}},[a("span",{staticStyle:{"font-size":"14px",color:"#666","margin-right":"8px"}},[e._v("账号")]),e._v(" "),a("el-select",{staticClass:"select-cls",style:{width:"210px"},attrs:{size:"small",placeholder:"平台账号",clearable:"",filterable:""},on:{change:e.onChangeAccountId},model:{value:e.filter.account_id,callback:function(t){e.$set(e.filter,"account_id",t)},expression:"filter.account_id"}},e._l(e.accountOptions,function(e){return a("el-option",{key:e.account_id,attrs:{label:e.account,value:e.account_id}})}),1)],1),e._v(" "),a("selfInput",{attrs:{label_name:"搜索剧集"},on:{inputChange:e.onInputKeyword}})],1),e._v(" "),a("div",{staticClass:"right"},[a("el-button",{attrs:{type:"primary",plain:"",size:"mini"},on:{click:function(t){return e.onClickMultipleLink({jumpPath:e.routePathType.GROUP_SEND})}}},[e._v("批量群发")]),e._v(" "),a("el-button",{attrs:{type:"primary",plain:"",size:"mini"},on:{click:function(t){return e.onClickMultipleLink({jumpPath:e.routePathType.WELCOME_MSG})}}},[e._v("批量欢迎语")]),e._v(" "),a("el-badge",{staticClass:"badge",attrs:{value:e.playletList_selected.length,hidden:e.playletList_selected.length<1}},[a("el-button",{attrs:{type:"primary",plain:"",size:"mini"},on:{click:e.onClickCreatePlayletGroup}},[e._v("创建组")])],1)],1)]),e._v(" "),a("el-table",{ref:"tableDom",staticStyle:{width:"100%","margin-top":"10px"},attrs:{height:e.height,data:e.playletList,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{label:"剧名",prop:"name","min-width":"160",align:"center",fixed:"left"}}),e._v(" "),a("el-table-column",{attrs:{label:"封面","min-width":"160",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){var t=e.row;return[a("el-image",{staticStyle:{width:"40px",height:"60px"},attrs:{src:t.cover_url,"preview-src-list":[t.cover_url]}})]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"平台",prop:"platform_name","min-width":"160",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.row;return[a("span",[e._v(e._s(n.platform_name))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"账号",prop:"account","min-width":"160",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{label:"分类",prop:"category","min-width":"160",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.row;return[a("span",[e._v(e._s(n.category||"-"))])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"集数",prop:"section_count","min-width":"160",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{label:"发布时间",prop:"create_date","min-width":"160",align:"center"}}),e._v(" "),a("el-table-column",{attrs:{label:"状态","min-width":"160",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[1==t.row.finish_state?a("span",{staticClass:"status"},[e._v("已完结")]):a("span",{staticClass:"status"},[e._v("连载中")])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","min-width":"210",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.row;return[a("span",{staticClass:"btn",on:{click:function(t){return e.onClickCreateSend(n,{jumpPath:e.routePathType.GROUP_SEND})}}},[e._v("创建群发")]),e._v(" "),a("span",{staticClass:"btn",on:{click:function(t){return e.onClickCreateSend(n,{jumpPath:e.routePathType.WELCOME_MSG})}}},[e._v("创建欢迎语")]),e._v(" "),[e.handleGetIsSelected(n)?a("span",{staticClass:"btn disabled"},[e._v("已加入")]):a("span",{staticClass:"btn",on:{click:function(t){return e.onClickSelectPlaylet(n)}}},[e._v("加入剧组")])]]}}])})],1),e._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:e.pagination.total>0,expression:"pagination.total > 0"}],staticClass:"pagination"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.page,layout:"prev, pager, next","page-count":Number(e.pagination.pages)},on:{"current-change":e.handleCurrentChange}})],1),e._v(" "),a("playletSendDialog",{attrs:{dialogVisible:e.playletSendDialogVisible,playletInfo:e.currentPlayletInfo,isCreateGroup:e.isCreateGroup},on:{confirm:e.handlePlayletSendConfirm,cancel:e.handlePlayletSendCancel}}),e._v(" "),a("multipleLinkDialog",{attrs:{dialogVisible:e.multipleLinkDialogVisible,jumpRoutePath:e.currentJumpRoutePath},on:{confirm:e.onConfirmMultipleLinkDialog,cancel:e.onCancelMultipleLinkDialog}}),e._v(" "),a("groupDialog",{attrs:{dialogVisible:e.groupDialogVisible,selectedPlayletListFromProps:e.playletList_selected},on:{confirm:e.onConfirmGroupDialog,cancel:e.onCancelGroupDialog}})],1)},staticRenderFns:[]};var G={name:"playletGroup",components:{groupDialog:L},data:function(){return{routePathType:w.M,height:"",loading:!1,pagination:{page:1,page_size:20,pages:0,total:0},filter:{keyword:""},groupList:[],groupDialogVisible:!1,currentGroupId:""}},created:function(){this.height=document.documentElement.clientHeight-200>400?document.documentElement.clientHeight-200:400,this.handleGetGroupList()},methods:{handleGetGroupList:function(){var e=this;return p()(s.a.mark(function t(){var a,n,i,l,o;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,e.loading=!0,a=""+e.URL.BASEURL+e.URL.playletManage_playletGroupList,n={page:e.pagination.page,page_size:e.pagination.page_size},t.next=6,e.$axios.get(a,{params:n});case 6:i=t.sent,l=i.data,(o=void 0===l?{}:l)&&0==o.errno&&Array.isArray(o.rst.data)?(e.groupList=o.rst.data,e.pagination.total=o.rst.pageInfo.total,e.pagination.pages=o.rst.pageInfo.pages,e.$refs.tableDom.bodyWrapper.scrollTop=0):4002!=o.errno&&(e.$message.warning(o.err),e.groupList=[],e.pagination.total=0,e.pagination.pages=0),t.next=18;break;case 12:t.prev=12,t.t0=t.catch(0),console.log(t.t0),e.groupList=[],e.pagination.total=0,e.pagination.pages=0;case 18:return t.prev=18,e.loading=!1,t.finish(18);case 21:case"end":return t.stop()}},t,e,[[0,12,18,21]])}))()},handleCurrentChange:function(e){this.pagination.page=e,this.handleGetGroupList()},onClickCreateGroup:function(){this.currentGroupId="",this.groupDialogVisible=!0},onClickEditGroup:function(e){this.currentGroupId=e.group_id,this.groupDialogVisible=!0},onConfirmGroupDialog:function(e){e.isEdit||(this.pagination.page=1),this.handleGetGroupList(),this.groupDialogVisible=!1},onCancelGroupDialog:function(){this.groupDialogVisible=!1},onClickCreateSend:function(e,t){var a=this,n=t.jumpPath;return p()(s.a.mark(function t(){var i,l,o,r,c;return s.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,a.loading=!0,i=""+a.URL.BASEURL+a.URL.playletManage_createPlayletGroupLink,l={group_id:e.group_id},t.next=6,a.$axios.get(i,{params:l});case 6:o=t.sent,r=o.data,(c=void 0===r?{}:r)&&0==c.errno&&c.rst?a.handleJump({routePath:n,h5Link:c.rst}):4002!=c.errno&&a.$message.warning(c.err),t.next=15;break;case 12:t.prev=12,t.t0=t.catch(0),console.log(t.t0);case 15:return t.prev=15,a.loading=!1,t.finish(15);case 18:case"end":return t.stop()}},t,a,[[0,12,15,18]])}))()},handleJump:function(e){var t=e.routePath,a=e.h5Link,n=this.$router.resolve({path:t,query:{from:w.E.PLAYLET_LINK_H5,h5Path:encodeURIComponent(a),h5Desc:"",h5Cover:""}});window.open(n.href,"_blank")}}},S={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"playletManage-wrap"},[a("div",{staticClass:"screenBox"},[a("el-button",{attrs:{type:"primary",size:"mini"},on:{click:e.onClickCreateGroup}},[e._v("创建组")])],1),e._v(" "),a("el-table",{ref:"tableDom",staticStyle:{width:"100%","margin-top":"10px"},attrs:{height:e.height,data:e.groupList,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{label:"短剧组名称",prop:"name","min-width":"200",align:"left",fixed:"left"}}),e._v(" "),a("el-table-column",{attrs:{label:"短剧","min-width":"500",align:"left"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.row;return[n.playlet_list&&n.playlet_list.length?a("div",{staticClass:"playlet-wrap"},e._l(n.playlet_list,function(t,n){return a("span",{key:t.playlet_id+n,staticClass:"playlet-item"},[e._v(e._s(t.name))])}),0):a("div",[e._v(" - ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"操作","min-width":"210",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.row;return[a("span",{staticClass:"btn",on:{click:function(t){return e.onClickEditGroup(n)}}},[e._v("编辑")]),e._v(" "),a("el-popconfirm",{attrs:{title:"【"+n.name+"】确定创建群发?"},on:{confirm:function(t){return e.onClickCreateSend(n,{jumpPath:e.routePathType.GROUP_SEND})}}},[a("span",{staticClass:"btn",attrs:{slot:"reference"},slot:"reference"},[e._v("创建群发")])]),e._v(" "),a("el-popconfirm",{attrs:{title:"【"+n.name+"】确定创建欢迎语?"},on:{confirm:function(t){return e.onClickCreateSend(n,{jumpPath:e.routePathType.WELCOME_MSG})}}},[a("span",{staticClass:"btn",attrs:{slot:"reference"},slot:"reference"},[e._v("创建欢迎语")])])]}}])})],1),e._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:e.pagination.total>0,expression:"pagination.total > 0"}],staticClass:"pagination"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.page,layout:"prev, pager, next","page-count":Number(e.pagination.pages)},on:{"current-change":e.handleCurrentChange}})],1),e._v(" "),a("groupDialog",{attrs:{dialogVisible:e.groupDialogVisible,group_id:e.currentGroupId},on:{confirm:e.onConfirmGroupDialog,cancel:e.onCancelGroupDialog}})],1)},staticRenderFns:[]};var I={name:"playletManageV2",components:{playletManage:a("VU/8")(D,x,!1,function(e){a("gntj")},"data-v-567a030c",null).exports,playletGroup:a("VU/8")(G,S,!1,function(e){a("iomG")},"data-v-b0e729bc",null).exports},data:function(){return{tagType:1}},methods:{changeType:function(e){this.tagType=e}}},R={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"topTagBox flex",staticStyle:{"min-width":"1200px"},attrs:{id:"customerAnalysis"}},[a("div",{staticClass:"left flex-align-center"},[a("div",{class:["tagItem",1==e.tagType?"tagItem_active":""],on:{click:function(t){return e.changeType(1)}}},[e._v("短剧库")]),e._v(" "),a("div",{class:["tagItem",2==e.tagType?"tagItem_active":""],on:{click:function(t){return e.changeType(2)}}},[e._v("短剧组")])]),e._v(" "),a("instructions",{attrs:{doc:"playletManage"}})],1),e._v(" "),1==e.tagType?a("playletManage"):e._e(),e._v(" "),2==e.tagType?a("playletGroup"):e._e()],1)},staticRenderFns:[]},V=a("VU/8")(I,R,!1,null,null,null);t.default=V.exports},iomG:function(e,t){}});
|