chunk-72a1f64a.03cdb68f.js 23 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-72a1f64a","chunk-2d0b66fc"],{"09f4":function(t,e,n){"use strict";n.d(e,"a",function(){return o}),Math.easeInOutQuad=function(t,e,n,r){return t/=r/2,t<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)};var r=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}();function a(t){document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function u(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function o(t,e,n){var o=u(),s=t-o,i=20,c=0;e="undefined"===typeof e?500:e;var l=function t(){c+=i;var u=Math.easeInOutQuad(c,o,s,e);a(u),c<e?r(t):n&&"function"===typeof n&&n()};l()}},"0f2f":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"m-container"},[n("h2",[t._v("乐团列表")]),t._v(" "),n("div",{staticClass:"m-core"},[n("div",{staticClass:"btnList"},[n("div",{staticClass:"newBand",on:{click:t.createNewTeam}},[t._v("新建乐团")]),t._v(" "),n("div",{staticClass:"newBand",on:{click:t.resetTeam}},[t._v("乐团调整")])]),t._v(" "),n("el-form",{ref:"topForm",staticClass:"topForm",attrs:{inline:!0,model:t.topForm}},[n("el-form-item",{attrs:{prop:"teamName"}},[n("el-input",{attrs:{placeholder:"请输入乐团名称"},model:{value:t.topForm.teamName,callback:function(e){t.$set(t.topForm,"teamName",e)},expression:"topForm.teamName"}})],1),t._v(" "),n("el-form-item",{attrs:{prop:"orgin"}},[n("el-select",{staticClass:"multiple",attrs:{clearable:"",placeholder:"请选择分部"},model:{value:t.topForm.orgin,callback:function(e){t.$set(t.topForm,"orgin",e)},expression:"topForm.orgin"}},t._l(t.organList,function(t,e){return n("el-option",{key:e,attrs:{label:t.name,value:t.id}})}),1)],1),t._v(" "),n("el-form-item",{attrs:{prop:"status"}},[n("el-select",{staticClass:"multiple",attrs:{clearable:"",placeholder:"请选择乐团状态"},model:{value:t.topForm.status,callback:function(e){t.$set(t.topForm,"status",e)},expression:"topForm.status"}},t._l(t.nowStatus,function(t,e){return n("el-option",{key:e,attrs:{label:t.text,value:t.value}})}),1)],1),t._v(" "),n("el-form-item",{attrs:{prop:"payType"}},[n("el-select",{attrs:{placeholder:"请选择收费类型",clearable:""},model:{value:t.topForm.payType,callback:function(e){t.$set(t.topForm,"payType",e)},expression:"topForm.payType"}},t._l(t.typeList,function(t,e){return n("el-option",{key:e,attrs:{label:t.name,value:t.id}})}),1)],1),t._v(" "),n("el-form-item",[n("div",{staticClass:"searchBtn",on:{click:t.getList}},[t._v("搜索")])])],1),t._v(" "),n("div",{staticClass:"tableWrap"},[n("el-table",{staticStyle:{width:"100%"},attrs:{"header-cell-style":{background:"#EDEEF0",color:"#444"},data:t.tableData},on:{"selection-change":t.handleSelectionChange}},[n("el-table-column",{attrs:{type:"selection",selectable:t.checkSelectable,width:"50"}}),t._v(" "),n("el-table-column",{attrs:{prop:"id",align:"center",label:"乐团编号"}}),t._v(" "),n("el-table-column",{attrs:{prop:"name",width:"200px",align:"center",label:"乐团名称"}}),t._v(" "),n("el-table-column",{attrs:{align:"center",width:"200px",prop:"cooperationOrganName","max-width":"274",label:"合作单位"}}),t._v(" "),n("el-table-column",{attrs:{prop:"status",align:"center",label:"乐团状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",[t._v("\n "+t._s(t._f("teamStatus")(e.row.status))+"\n ")])]}}])}),t._v(" "),n("el-table-column",{attrs:{align:"center",prop:"chargeTypeName",label:"收费类型"}}),t._v(" "),n("el-table-column",{attrs:{prop:"educationalTeacherName",align:"center",label:"教务老师"}}),t._v(" "),n("el-table-column",{attrs:{prop:"teamTeacherName",align:"center",label:"教学主管"}}),t._v(" "),n("el-table-column",{attrs:{prop:"improventClassesNum",align:"center",label:"成团人数"}}),t._v(" "),n("el-table-column",{attrs:{prop:"payNum",align:"center",label:"在读人数"}}),t._v(" "),n("el-table-column",{attrs:{prop:"createTime",align:"center",label:"申请时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",[t._v("\n "+t._s(t._f("formatTimer")(e.row.createTime))+"\n ")])]}}])}),t._v(" "),n("el-table-column",{attrs:{align:"center",label:"成团时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",[t._v("\n "+t._s(t._f("formatTimer")(e.row.billStartDate))+"\n ")])]}}])}),t._v(" "),n("el-table-column",{attrs:{align:"center",width:"200px",label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",["PREPARE"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.gotoImprovement(e.row)}}},[t._v("基础技能班设置")]):t._e(),t._v(" "),"PREPARE"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.gotodetailList(e.row)}}},[t._v("发放清单")]):t._e(),t._v(" "),"PROGRESS"==e.row.status||"PAUSE"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.lookTeamDetail(e.row)}}},[t._v("查看")]):t._e(),t._v(" "),"PROGRESS"!=e.row.status&&"CANCELED"!=e.row.status&&"PAUSE"!=e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.lookTeamDetail(e.row)}}},[t._v("编辑")]):t._e(),t._v(" "),"PREPARE"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.startTeam(e.row)}}},[t._v("确认成团")]):t._e(),t._v(" "),"AUDIT"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.stopTeam(e.row)}}},[t._v("取消申请")]):t._e(),t._v(" "),"PAUSE"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.onTeamOpeation("start",e.row)}}},[t._v("启动")]):t._e(),t._v(" "),"PROGRESS"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.onTeamOpeation("pause",e.row)}}},[t._v("暂停")]):t._e(),t._v(" "),"PROGRESS"==e.row.status?n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.resetTeaming(e.row)}}},[t._v("修改")]):t._e()],1)]}}])})],1),t._v(" "),n("pagination",{attrs:{total:t.rules.total,page:t.rules.page,limit:t.rules.limit,"page-sizes":t.rules.page_size},on:{"update:page":function(e){return t.$set(t.rules,"page",e)},"update:limit":function(e){return t.$set(t.rules,"limit",e)},pagination:t.getList}})],1)],1)])},a=[],u=(n("7f7f"),n("333d")),o=n("b775"),s=(n("4328"),"/api-web");function i(t){return Object(o["a"])({url:s+"/musicGroup/queryPage",method:"get",params:t})}function c(t){return Object(o["a"])({url:s+"/chargeType/queryPage",method:"get",params:t})}var l=n("1cc7"),d=n("92e3"),p={name:"Main",data:function(){return{topForm:{teamName:"",status:"",payType:"",word:"",orgin:""},organList:[],typeList:[],nowStatus:d["f"],searchLsit:[],tableData:[],rules:{limit:10,page:1,total:0,page_size:[10,20,40,50]},passed:[]}},components:{pagination:u["a"]},mounted:function(){var t=this;sessionStorage.setItem("resetCode","1"),this.getList(),Object(l["z"])().then(function(e){200==e.code&&(t.organList=e.data)}),c().then(function(e){200==e.code&&(t.typeList=e.data.rows)})},methods:{getList:function(){var t=this;i({rows:this.rules.limit,page:this.rules.page,organId:this.topForm.orgin||null,chargeTypeId:this.topForm.payType||null,musicGroupName:this.topForm.teamName||null,musicGroupStatus:this.topForm.status||null}).then(function(e){200==e.code&&(t.tableData=e.data.rows,t.rules.total=e.data.total)})},createNewTeam:function(){this.$router.push({path:"/business/teamBuild",query:{type:"newTeam"}})},resetTeam:function(){this.passed&&this.passed.length<=0?this.$message.error("请至少选择一个乐团进行调整"):this.$router.push({path:"/business/teamBuild",query:{type:"teamList",teamList:this.passed}})},resetTeaming:function(t){console.log(t.id),this.$router.push({path:"/business/resetTeaming",query:{type:"resetTeam",id:t.id}})},setSearchList:function(t){if(1==t.type){var e=!1;this.searchLsit=this.searchLsit.map(function(n){return n.id==t.id&&(n=t,e=!0),n}),e||this.searchLsit.push(t)}else{var n=!1;this.searchLsit=this.searchLsit.map(function(e){return e.key==t.key&&(e=t,n=!0),e}),n||this.searchLsit.push(t)}},closeSearch:function(t){if(1==t.type){for(var e in this.searchLsit)this.searchLsit[e].id==t.id&&this.searchLsit.splice(e,1);this.topForm[t.id]=""}else{for(var n=0;n<this.topForm[t.id].length;n++)this.topForm[t.id][n]==t.value&&this.topForm[t.id].splice(n,1);for(var r in this.searchLsit)this.searchLsit[r].value==t.value&&this.searchLsit[r].id==t.id&&this.searchLsit.splice(r,1)}},onTeamOpeation:function(t,e){var n=this;"start"==t?resumeMusicGroup({musicGroupId:e.id}).then(function(t){200==t.code?(n.$message.success("开启成功"),n.getList()):n.$message.error(t.msg)}):"pause"==t&&pauseMusicGroup({musicGroupId:e.id}).then(function(t){200==t.code?(n.$message.success("暂停成功"),n.getList()):n.$message.error(t.msg)})},gotoSearch:function(){this.$refs["topForm"].resetFields(),this.searchLsit=[]},lookTeamDetail:function(t){switch(t.status){case"DRAFT":this.$router.push({path:"/business/teamBuild",query:{type:"teamDraft",id:t.id}});break;case"AUDIT":this.$router.push({path:"/business/teamBuild",query:{type:"teamAudit",id:t.id}});break;case"AUDIT_FAILED":this.$router.push({path:"/business/teamBuild",query:{type:"teamDraft",id:t.id}});break;case"APPLY":console.log("报名中"),this.$router.push({path:"/business/signupList",query:{status:t.status,id:t.id,name:t.name}});break;case"PAY":console.log("缴费中"),this.$router.push({path:"/business/signupList",query:{status:t.status,id:t.id,name:t.name}});break;case"PREPARE":this.$router.push({path:"/business/teamSeting",query:{status:t.status,id:t.id,name:t.name}});break;case"PROGRESS":this.$router.push({path:"/business/teamDetails",query:{status:t.status,id:t.id,name:t.name}}),console.log("进行中");break;case"CANCELED":console.log("取消");break;case"PAUSE":this.$router.push({path:"/business/teamDetails",query:{status:t.status,id:t.id,name:t.name}});break}},checkSelectable:function(t){return"PROGRESS"==t.status},handleSelectionChange:function(t){for(var e in this.passed=[],t){var n={};n.id=t[e].id,n.name=t[e].name,this.passed.push(n)}},gotodetailList:function(t){this.$router.push({path:"/business/teamDetailedList",query:{id:t.id}})},gotoImprovement:function(t){this.$router.push({path:"/business/setImprovement",query:{id:t.id}})},stopTeam:function(t){var e=this;this.$confirm("您确定取消申请乐团?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(l["g"])({musicGroupId:t.id}).then(function(t){200==t.code&&(e.$message({type:"success",message:"停止成功"}),e.getList())})}).catch(function(){})},startTeam:function(t){var e=this;Object(l["kb"])({musicGroupId:t.id}).then(function(t){200==t.code&&(e.$message.success("开启乐团成功"),e.getList())})}}},m=p,f=(n("92d9"),n("2877")),h=Object(f["a"])(m,r,a,!1,null,"27303c4d",null);e["default"]=h.exports},"1cc7":function(t,e,n){"use strict";n.d(e,"G",function(){return s}),n.d(e,"U",function(){return i}),n.d(e,"w",function(){return c}),n.d(e,"q",function(){return l}),n.d(e,"M",function(){return d}),n.d(e,"K",function(){return p}),n.d(e,"y",function(){return m}),n.d(e,"B",function(){return f}),n.d(e,"j",function(){return h}),n.d(e,"Q",function(){return b}),n.d(e,"H",function(){return g}),n.d(e,"J",function(){return v}),n.d(e,"E",function(){return y}),n.d(e,"F",function(){return O}),n.d(e,"d",function(){return S}),n.d(e,"bb",function(){return T}),n.d(e,"o",function(){return G}),n.d(e,"b",function(){return j}),n.d(e,"r",function(){return _}),n.d(e,"ab",function(){return P}),n.d(e,"h",function(){return C}),n.d(e,"A",function(){return w}),n.d(e,"jb",function(){return E}),n.d(e,"s",function(){return L}),n.d(e,"t",function(){return A}),n.d(e,"nb",function(){return k}),n.d(e,"I",function(){return R}),n.d(e,"p",function(){return M}),n.d(e,"l",function(){return I}),n.d(e,"i",function(){return x}),n.d(e,"O",function(){return N}),n.d(e,"c",function(){return F}),n.d(e,"m",function(){return $}),n.d(e,"ib",function(){return q}),n.d(e,"C",function(){return D}),n.d(e,"D",function(){return z}),n.d(e,"T",function(){return B}),n.d(e,"V",function(){return U}),n.d(e,"L",function(){return H}),n.d(e,"S",function(){return Y}),n.d(e,"R",function(){return Q}),n.d(e,"a",function(){return V}),n.d(e,"v",function(){return J}),n.d(e,"x",function(){return W}),n.d(e,"cb",function(){return X}),n.d(e,"lb",function(){return K}),n.d(e,"N",function(){return Z}),n.d(e,"fb",function(){return tt}),n.d(e,"Y",function(){return et}),n.d(e,"Z",function(){return nt}),n.d(e,"P",function(){return rt}),n.d(e,"W",function(){return at}),n.d(e,"db",function(){return ut}),n.d(e,"X",function(){return ot}),n.d(e,"k",function(){return st}),n.d(e,"hb",function(){return it}),n.d(e,"gb",function(){return ct}),n.d(e,"g",function(){return lt}),n.d(e,"eb",function(){return dt}),n.d(e,"n",function(){return pt}),n.d(e,"mb",function(){return mt}),n.d(e,"f",function(){return ft}),n.d(e,"e",function(){return ht}),n.d(e,"kb",function(){return bt}),n.d(e,"u",function(){return gt}),n.d(e,"z",function(){return vt});var r=n("b775"),a=n("4328"),u=n.n(a),o="/api-web";function s(t){return Object(r["a"])({url:o+"/organization/queryPage",method:"get",params:t})}function i(t){return Object(r["a"])({url:o+"/chargeType/queryPage",method:"get",params:t})}function c(t){return Object(r["a"])({url:o+"/cooperationOrgan/queryPage",method:"get",params:t})}function l(t){return Object(r["a"])({url:o+"/school/queryPage",method:"get",params:t})}function d(t){return Object(r["a"])({url:o+"/teacher/findTeachers",method:"get",params:t})}function p(t){return Object(r["a"])({url:o+"/subject/findSubSubjects",method:"get",params:t})}function m(t){return Object(r["a"])({url:o+"/subject/findDefaultSubByChargeTypeId",method:"get",params:t})}function f(t){return Object(r["a"])({url:o+"/goods/queryGoodsBySubId",method:"get",params:t})}function h(t){return Object(r["a"])({url:o+"/musicGroup/createGroup",method:"post",data:t})}function b(t){return Object(r["a"])({url:o+"/musicGroupSubjectPlan/getMusicSubjectClass",method:"get",params:t})}function g(t){return Object(r["a"])({url:o+"/classGroup/findMusicGroupClass",method:"get",params:t})}function v(t){return Object(r["a"])({url:o+"/studentRegistration/queryStudentApplyDetail",method:"get",params:t})}function y(t){return Object(r["a"])({url:o+"/studentRegistration/getNoClassStu",method:"get",params:t})}function O(t){return Object(r["a"])({url:o+"/studentRegistration/getMusicGroupNoClassStu",method:"get",params:t})}function S(t){return Object(r["a"])({url:o+"/classGroup/add",method:"post",data:t})}function T(t){return Object(r["a"])({url:o+"/classGroup/delSingle",method:"post",data:u.a.stringify(t)})}function G(t){return Object(r["a"])({url:o+"/classGroup/findNoClassSubjects",method:"get",params:t})}function j(t){return Object(r["a"])({url:o+"/classGroup/addMixClass",method:"post",data:u.a.stringify(t)})}function _(t){return Object(r["a"])({url:o+"/classGroup/findMixMusicGroupClass",method:"get",params:t})}function P(t){return Object(r["a"])({url:o+"/classGroup/delMix",method:"post",data:u.a.stringify(t)})}function C(t){return Object(r["a"])({url:o+"/classGroup/addMusicGroupTeam",method:"POST",data:u.a.stringify(t)})}function w(t){return Object(r["a"])({url:o+"/classGroup/findMusicGroupClassTeacher",method:"get",params:t})}function E(t){return Object(r["a"])({url:o+"/classGroup/addClassGroupTeacher",method:"post",data:t})}function L(t){return Object(r["a"])({url:o+"/classGroup/findClassGroupAboutMix",method:"get",params:t})}function A(t){return Object(r["a"])({url:o+"/classGroup/classGroupAndTeacher",method:"get",params:t})}function k(t){return Object(r["a"])({url:o+"/courseSchedule/batchAddCourseSchedule",method:"post",data:t})}function R(t){return Object(r["a"])({url:o+"/subject/queryPageTree",method:"get",params:t})}function M(t){return Object(r["a"])({url:o+"/subject/querySubByMusicGroupId",method:"get",params:t})}function I(t){return Object(r["a"])({url:o+"/teacher/findMusicGroupTeachers",method:"get",params:t})}function x(t){return Object(r["a"])({url:o+"/courseSchedule/checkMusicGroupClassCourse",method:"post",data:u.a.stringify(t)})}function N(t){return Object(r["a"])({url:o+"/musicGroup/get/",method:"get",params:t})}function F(t){return Object(r["a"])({url:o+"/classGroup/addHighClass",method:"POST",data:t})}function $(t){return Object(r["a"])({url:o+"/classGroup/findMusicGroupClassTeacherSalary",method:"GET",params:t})}function q(t){return Object(r["a"])({url:o+"/classGroup/setClassGroupTeacherSalary",method:"post",data:t})}function D(t){return Object(r["a"])({url:o+"/musicGroup/get",method:"get",params:t})}function z(t){return Object(r["a"])({url:o+"/recharge/findAll",method:"get",params:t})}function B(t){return Object(r["a"])({url:o+"/teacher/queryMusicGroupTeachers",method:"get",params:t})}function U(t){return Object(r["a"])({url:o+"/subject/findSubApplyDetail",method:"get",params:t})}function H(t){return Object(r["a"])({url:o+"/teacher/queryTeacherAttendance",method:"get",params:t})}function Y(t){return Object(r["a"])({url:o+"/studentManage/queryMusicGroupStudent",method:"get",params:t})}function Q(t){return Object(r["a"])({url:o+"/studentManage/musicGroupStudentsSum",method:"get",params:t})}function V(t){return Object(r["a"])({url:o+"/musicGroupQuit/directQuitMusicGroup",method:"post",data:u.a.stringify(t)})}function J(t){return Object(r["a"])({url:o+"/classGroup/queryMusicGroupClassGroup",method:"get",params:t})}function W(t){return Object(r["a"])({url:o+"/classGroup/queryMusicGroupCourseSchedule",method:"get",params:t})}function X(t){return Object(r["a"])({url:o+"/courseSchedule/classStartDateAdjust",method:"post",data:u.a.stringify(t)})}function K(t){return Object(r["a"])({url:o+"/studentRegistration/getMusicGroupStu",method:"get",params:t})}function Z(t){return Object(r["a"])({url:o+"/musicGroup/findMusicGroupBasicInfo",method:"POST",data:u.a.stringify(t)})}function tt(t){return Object(r["a"])({url:o+"/musicGroup/update",method:"POST",data:t})}function et(t){return Object(r["a"])({url:o+"/musicGroup/openPay",method:"POST",data:u.a.stringify(t)})}function nt(t){return Object(r["a"])({url:o+"/studentRegistration/openPayment",method:"POST",data:u.a.stringify(t)})}function rt(t){return Object(r["a"])({url:o+"/order/getMusicalList",method:"get",params:t})}function at(t){return Object(r["a"])({url:o+"/classGroup/highClassGroups",method:"get",params:t})}function ut(t){return Object(r["a"])({url:o+"/classGroupStudent/adjustClassGroup",method:"POST",data:u.a.stringify(t)})}function ot(t){return Object(r["a"])({url:o+"/musicGroup/found",method:"POST",data:u.a.stringify(t)})}function st(t){return Object(r["a"])({url:o+"/musicGroup/extensionPayment",method:"POST",data:u.a.stringify(t)})}function it(t){return Object(r["a"])({url:o+"/classGroup/revisionClassGroup",method:"POST",data:t})}function ct(t){return Object(r["a"])({url:o+"/classGroup/revisionAddClassGroup",method:"POST",data:t})}function lt(t){return Object(r["a"])({url:o+"/musicGroup/cancelMusicGroup",method:"POST",data:u.a.stringify(t)})}function dt(t){return Object(r["a"])({url:o+"/musicGroup/updateExpectedStudentNum",method:"POST",data:t})}function pt(t){return Object(r["a"])({url:o+"/musicGroup/findMusicGroupSubjectInfo",method:"get",params:t})}function mt(t){return Object(r["a"])({url:o+"/musicGroup/updateSubjectInfo",method:"POST",data:t})}function ft(t){return Object(r["a"])({url:o+"/musicGroup/auditSuccess",method:"POST",data:u.a.stringify(t)})}function ht(t){return Object(r["a"])({url:o+"/musicGroup/auditFailed",method:"POST",data:u.a.stringify(t)})}function bt(t){return Object(r["a"])({url:o+"/musicGroup/action",method:"POST",data:u.a.stringify(t)})}function gt(t){return Object(r["a"])({url:o+"/courseSchedule/findCourseScheduleByClassGroup",method:"get",params:t})}function vt(t){return Object(r["a"])({url:o+"/organization/queryEmployeeOrgan",method:"get",params:t})}},"333d":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[n("el-pagination",t._b({attrs:{"current-page":t.currentPage,"page-size":t.pageSize,layout:t.layout,"page-sizes":t.pageSizes,total:t.total},on:{"update:currentPage":function(e){t.currentPage=e},"update:current-page":function(e){t.currentPage=e},"update:pageSize":function(e){t.pageSize=e},"update:page-size":function(e){t.pageSize=e},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}},"el-pagination",t.$attrs,!1))],1)},a=[],u=(n("c5f6"),n("09f4")),o={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:1},limit:{type:Number,default:10},pageSizes:{type:Array,default:function(){return[10,20,30,50]}},layout:{type:String,default:"total,sizes,prev, pager, next, jumper"},background:{type:Boolean,default:!0},autoScroll:{type:Boolean,default:!0},hidden:{type:Boolean,default:!1}},computed:{currentPage:{get:function(){return this.page},set:function(t){this.$emit("update:page",t)}},pageSize:{get:function(){return this.limit},set:function(t){this.$emit("update:limit",t)}}},methods:{handleSizeChange:function(t){this.$emit("pagination",{page:this.currentPage,limit:t}),this.autoScroll&&Object(u["a"])(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&Object(u["a"])(0,800)}}},s=o,i=(n("c0b9"),n("2877")),c=Object(i["a"])(s,r,a,!1,null,"31cb099a",null);e["a"]=c.exports},"92d9":function(t,e,n){"use strict";var r=n("df30"),a=n.n(r);a.a},"92e3":function(t,e,n){"use strict";n.d(e,"c",function(){return r}),n.d(e,"a",function(){return a}),n.d(e,"e",function(){return u}),n.d(e,"h",function(){return o}),n.d(e,"b",function(){return s}),n.d(e,"g",function(){return i}),n.d(e,"d",function(){return c}),n.d(e,"f",function(){return l});var r=[{label:"单技课",value:"SINGLE"},{label:"合奏课",value:"MIX"},{label:"基础技能班",value:"HIGH"},{label:"VIP课",value:"VIP"},{label:"试听课",value:"DEMO"},{label:"综合课",value:"COMPREHENSIVE"},{label:"练习课",value:"PRACTICE"},{label:"启蒙课",value:"ENLIGHTENMENT"},{label:"集训课",value:"TRAINING"},{label:"课堂课",value:"CLASSROOM"}],a=[{label:"正常签到",value:1},{label:"异常签到",value:0}],u=[{label:"兼职",value:"PART_TIME"},{label:"全职",value:"FULL_TIME"},{label:"临时工",value:"TEMPORARY"}],o=[{label:"正常",value:"0"},{label:"冻结",value:"1"},{label:"锁定",value:"9"}],s=[{value:"NORMAL",label:"正常"},{value:"TRUANT",label:"旷课"},{value:"LEAVE",label:"请假"},{value:"QUIT_SCHOOL",label:"退学"},{value:"DROP_OUT",label:"休学"}],i=[{value:"APPLY",label:"报名"},{value:"RENEW",label:"续费"},{value:"OTHER",label:"其他"},{value:"SMALL_CLASS_TO_BUY",label:"VIP购买"}],c=[{value:"ING",label:"交易中"},{value:"SUCCESS",label:"成功交易"},{value:"FAilED",label:"交易失败"},{value:"CLOSE",label:"交易关闭"}],l=[{value:"APPLY",text:"报名中"},{value:"PAY",text:"缴费中"},{value:"PREPARE",text:"筹备中"},{value:"PROGRESS",text:"进行中"},{value:"CANCELED",text:"已停止"},{value:"AUDIT",text:"审核中"},{value:"PAUSE",text:"已结束"},{value:"DRAFT",text:"编辑中"},{value:"AUDIT_FAILED",text:"审核失败"}]},c0b9:function(t,e,n){"use strict";var r=n("de4e"),a=n.n(r);a.a},de4e:function(t,e,n){},df30:function(t,e,n){}}]);