(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5c8d506f"],{"09f4":function(t,e,a){"use strict";a.d(e,"a",(function(){return u})),Math.easeInOutQuad=function(t,e,a,n){return t/=n/2,t<1?a/2*t*t+e:(t--,-a/2*(t*(t-2)-1)+e)};var n=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}();function i(t){document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function r(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function u(t,e,a){var u=r(),o=t-u,c=20,s=0;e="undefined"===typeof e?500:e;var l=function t(){s+=c;var r=Math.easeInOutQuad(s,u,o,e);i(r),s<e?n(t):a&&"function"===typeof a&&a()};l()}},"0fd6":function(t,e,a){},"129f":function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},"2a64":function(t,e,a){"use strict";a("0fd6")},"333d":function(t,e,a){"use strict";var n=function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[e("el-pagination",t._b({attrs:{background:t.background,"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)},i=[],r=(a("a9e3"),a("09f4")),u={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:1},limit:{type:Number,default:10},pageSizes:{type:Array,default:function(){return[5,10,20,30,50]}},layout:{type:String,default:"prev, pager, next"},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(r["a"])(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&Object(r["a"])(0,800)}}},o=u,c=(a("2a64"),a("2877")),s=Object(c["a"])(o,n,i,!1,null,"52c39d8a",null);e["a"]=s.exports},"4a0c":function(t,e,a){"use strict";var n=a("b775");e["a"]={select:function(t){return Object(n["a"])("/api/student/exam/paper/select/"+t)},pageList:function(t){return Object(n["a"])("/api/student/exam/paper/pageList",t)}}},"841c":function(t,e,a){"use strict";var n=a("c65b"),i=a("d784"),r=a("825a"),u=a("7234"),o=a("1d80"),c=a("129f"),s=a("577e"),l=a("dc4a"),p=a("14c3");i("search",(function(t,e,a){return[function(e){var a=o(this),i=u(e)?void 0:l(e,t);return i?n(i,e,a):new RegExp(e)[t](s(a))},function(t){var n=r(this),i=s(t),u=a(e,n,i);if(u.done)return u.value;var o=n.lastIndex;c(o,0)||(n.lastIndex=0);var l=p(n,i);return c(n.lastIndex,o)||(n.lastIndex=o),null===l?-1:l.index}]}))},b14a:function(t,e,a){"use strict";a.r(e);a("b0c0"),a("ac1f"),a("841c");var n=function(){var t=this,e=t._self._c;return e("div",{staticClass:"app-contain",staticStyle:{"margin-top":"10px"}},[e("el-tabs",{attrs:{"tab-position":"left"},on:{"tab-click":t.subjectChange},model:{value:t.tabId,callback:function(e){t.tabId=e},expression:"tabId"}},t._l(t.subjectList,(function(a){return e("el-tab-pane",{key:a.id,staticStyle:{"margin-left":"20px"},attrs:{label:a.name,name:a.id}},[e("el-row",{staticStyle:{float:"right"}},[e("el-radio-group",{attrs:{size:"mini"},on:{change:t.paperTypeChange},model:{value:t.queryParam.paperType,callback:function(e){t.$set(t.queryParam,"paperType",e)},expression:"queryParam.paperType"}},t._l(t.paperTypeEnum,(function(a){return e("el-radio",{key:a.key,attrs:{size:"mini",label:a.key}},[t._v(t._s(a.value))])})),1)],1),e("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData,fit:"","highlight-current-row":""}},[e("el-table-column",{attrs:{prop:"id",label:"序号",width:"90px"}}),e("el-table-column",{attrs:{prop:"name",label:"名称"}}),e("el-table-column",{attrs:{align:"right"},scopedSlots:t._u([{key:"default",fn:function(a){var n=a.row;return[e("router-link",{attrs:{target:"_blank",to:{path:"/do",query:{id:n.id}}}},[e("el-button",{attrs:{type:"text",size:"small"}},[t._v("开始答题")])],1)]}}],null,!0)})],1),e("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total>0"}],staticStyle:{"margin-top":"20px"},attrs:{total:t.total,background:!1,page:t.queryParam.pageIndex,limit:t.queryParam.pageSize},on:{"update:page":function(e){return t.$set(t.queryParam,"pageIndex",e)},"update:limit":function(e){return t.$set(t.queryParam,"pageSize",e)},pagination:t.search}})],1)})),1)],1)},i=[],r=a("5530"),u=(a("d3b7"),a("25f0"),a("a9e3"),a("2f62")),o=a("333d"),c=a("4a0c"),s=a("c418"),l={components:{Pagination:o["a"]},data:function(){return{queryParam:{paperType:1,subjectId:0,pageIndex:1,pageSize:10},tabId:"",listLoading:!0,subjectList:[],tableData:[],total:0}},created:function(){this.initSubject()},methods:{initSubject:function(){var t=this;s["a"].list().then((function(e){t.subjectList=e.response;var a=t.subjectList[0].id;t.queryParam.subjectId=a,t.tabId=a.toString(),t.search()}))},search:function(){var t=this;this.listLoading=!0,c["a"].pageList(this.queryParam).then((function(e){var a=e.response;t.tableData=a.list,t.total=a.total,t.queryParam.pageIndex=a.pageNum,t.listLoading=!1}))},paperTypeChange:function(t){this.search()},subjectChange:function(t,e){this.queryParam.subjectId=Number(this.tabId),this.search()}},computed:Object(r["a"])({},Object(u["e"])("enumItem",{paperTypeEnum:function(t){return t.exam.examPaper.paperTypeEnum}}))},p=l,d=a("2877"),g=Object(d["a"])(p,n,i,!1,null,null,null);e["default"]=g.exports}}]);
|