(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5efa3254"],{"0353":function(e,t,r){"use strict";var a=r("6bf8"),n=RegExp.prototype.exec,i=String.prototype.replace,o=n,l="lastIndex",s=function(){var e=/a/,t=/b*/g;return n.call(e,"a"),n.call(t,"a"),0!==e[l]||0!==t[l]}(),c=void 0!==/()??/.exec("")[1],u=s||c;u&&(o=function(e){var t,r,o,u,f=this;return c&&(r=new RegExp("^"+f.source+"$(?!\\s)",a.call(f))),s&&(t=f[l]),o=n.call(f,e),s&&o&&(f[l]=f.global?o.index+o[0].length:t),c&&o&&o.length>1&&i.call(o[0],r,(function(){for(u=1;u=c?e?"":void 0:(i=l.charCodeAt(s),i<55296||i>56319||s+1===c||(o=l.charCodeAt(s+1))<56320||o>57343?e?l.charAt(s):i:e?l.slice(s,s+2):o-56320+(i-55296<<10)+65536)}}},"18c2":function(e,t,r){"use strict";r.r(t);var a=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",[e._m(0),r("div",{staticClass:"content"},[r("div",{staticClass:"filter"},[r("el-form",{attrs:{size:"small","label-width":"70px",inline:!0,"label-position":"left"}},[r("el-form-item",{attrs:{label:""}},[r("el-input",{attrs:{clearable:"",placeholder:"请输入信息标题"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),r("el-form-item",{attrs:{label:""}},[r("el-select",{attrs:{placeholder:"请选择期刊",clearable:""},model:{value:e.form.journal_id,callback:function(t){e.$set(e.form,"journal_id",t)},expression:"form.journal_id"}},e._l(e.journalsList,(function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1),r("el-form-item",[r("el-button",{attrs:{type:"primary"},on:{click:e.search}},[e._v("搜索")])],1),r("el-form-item",{staticStyle:{float:"right"}},[r("el-button",{attrs:{type:"primary"},on:{click:e.addPerson}},[e._v("新增管理员")])],1)],1)],1),r("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"table",staticStyle:{width:"100%"},attrs:{data:e.list,height:"50vh",border:"","default-expand-all":"","row-key":"id"}},[r("el-table-column",{attrs:{prop:"name",label:"账号"}}),r("el-table-column",{attrs:{prop:"realname",label:"姓名"}}),r("el-table-column",{attrs:{prop:"phone",label:"手机号"}}),r("el-table-column",{attrs:{prop:"journal_name",label:"所属期刊"}}),r("el-table-column",{attrs:{prop:"role_name",label:"创建角色"}}),r("el-table-column",{attrs:{prop:"",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.is_active?r("span",{staticClass:"account_active"},[e._v("激活")]):r("span",{staticClass:"account_nactive"},[e._v("禁用")])]}}])}),r("el-table-column",{attrs:{prop:"cname",label:"创建人"}}),r("el-table-column",{attrs:{prop:"ctime",label:"创建时间"}}),r("el-table-column",{attrs:{prop:"last_login_time",label:"最后一次登录"}}),r("el-table-column",{attrs:{prop:"zip",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){return[r("el-button",{staticClass:"edit",attrs:{type:"text"},on:{click:function(r){return e.editPerson(t.row)}}},[e._v("编辑")]),r("el-button",{staticClass:"del",attrs:{type:"text"},on:{click:function(r){return e.del(t.row.id)}}},[e._v("删除")])]}}])})],1),r("Page",{ref:"pageButton",attrs:{current:e.form.page,page_size:e.form.page_size,total:e.total},on:{pageChange:e.gopage}})],1),r("el-dialog",{attrs:{title:e.dialogTitle,"close-on-click-modal":!1,visible:e.dialogVisible},on:{"update:visible":function(t){e.dialogVisible=t}}},[r("el-form",{ref:"form1",staticClass:"preview",attrs:{size:"small",inline:!1,"label-width":"80px",model:e.form1,rules:e.rules}},[r("el-form-item",{attrs:{label:"所属期刊",prop:"journal_id"}},[r("el-select",{attrs:{placeholder:"请选择期刊",filterable:""},model:{value:e.form1.journal_id,callback:function(t){e.$set(e.form1,"journal_id",t)},expression:"form1.journal_id"}},e._l(e.journalsList,(function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1),r("el-form-item",{attrs:{label:"角色",prop:"role_id"}},[r("el-select",{attrs:{placeholder:"请选择角色"},model:{value:e.form1.role_id,callback:function(t){e.$set(e.form1,"role_id",t)},expression:"form1.role_id"}},e._l(e.rolesList,(function(e){return r("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1),r("el-form-item",{attrs:{label:"账号",prop:"name"}},[r("el-input",{attrs:{placeholder:"请输入账号"},model:{value:e.form1.name,callback:function(t){e.$set(e.form1,"name",t)},expression:"form1.name"}})],1),r("el-form-item",{attrs:{label:"姓名",prop:"realname"}},[r("el-input",{attrs:{placeholder:"请输入账号"},model:{value:e.form1.realname,callback:function(t){e.$set(e.form1,"realname",t)},expression:"form1.realname"}})],1),r("el-form-item",{attrs:{label:"密码",prop:"password"}},[r("el-input",{staticClass:"input-with-select",attrs:{placeholder:"请输入密码",type:"password"},model:{value:e.form1.password,callback:function(t){e.$set(e.form1,"password",t)},expression:"form1.password"}})],1),r("el-form-item",{attrs:{label:"确认密码",prop:"rePassword"}},[r("el-input",{staticClass:"input-with-select",attrs:{placeholder:"请再次输入密码",type:"password"},model:{value:e.form1.rePassword,callback:function(t){e.$set(e.form1,"rePassword",t)},expression:"form1.rePassword"}})],1),r("el-form-item",{attrs:{label:"手机号",prop:"phone"}},[r("el-input",{staticClass:"input-with-select",attrs:{placeholder:"请输入手机号"},model:{value:e.form1.phone,callback:function(t){e.$set(e.form1,"phone",t)},expression:"form1.phone"}})],1),r("el-form-item",{attrs:{label:"账户状态",prop:"is_active"}},[r("el-radio-group",{model:{value:e.form1.is_active,callback:function(t){e.$set(e.form1,"is_active",t)},expression:"form1.is_active"}},[r("el-radio",{attrs:{label:1}},[e._v("启用")]),r("el-radio",{attrs:{label:0}},[e._v("禁用")])],1)],1)],1),r("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[r("el-button",{attrs:{size:"medium",type:"primary"},on:{click:e.save}},[e._v("确 定")])],1)],1)],1)},n=[function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("p",[r("span",[e._v("系统管理>")]),e._v("账号管理")])}],i=(r("ac67"),r("1bc78"),r("32ea"),r("a450"),r("fc02"),r("28f8")),o=r("9973");function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function s(e){for(var t=1;tf)r=s(a,t=c[f++]),void 0!==r&&l(u,t,r);return u}})},b2be:function(e,t,r){var a=r("e99b"),n=r("76e3"),i=r("0926");e.exports=function(e,t){var r=(n.Object||{})[e]||Object[e],o={};o[e]=t(r),a(a.S+a.F*i((function(){r(1)})),"Object",o)}},bf73:function(e,t,r){"use strict";var a=r("0353");r("e99b")({target:"RegExp",proto:!0,forced:a!==/./.exec},{exec:a})},c46f:function(e,t,r){"use strict";r("bf73");var a=r("84e8"),n=r("065d"),i=r("0926"),o=r("3ab0"),l=r("839a"),s=r("0353"),c=l("species"),u=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),f=function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2===r.length&&"a"===r[0]&&"b"===r[1]}();e.exports=function(e,t,r){var p=l(e),d=!i((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),m=d?!i((function(){var t=!1,r=/a/;return r.exec=function(){return t=!0,null},"split"===e&&(r.constructor={},r.constructor[c]=function(){return r}),r[p](""),!t})):void 0;if(!d||!m||"replace"===e&&!u||"split"===e&&!f){var g=/./[p],h=r(o,p,""[e],(function(e,t,r,a,n){return t.exec===s?d&&!n?{done:!0,value:g.call(t,r,a)}:{done:!0,value:e.call(r,t,a)}:{done:!1}})),b=h[0],v=h[1];a(String.prototype,e,b),n(RegExp.prototype,p,2==t?function(e,t){return v.call(e,this,t)}:function(e){return v.call(e,this)})}}},e7c8:function(e,t,r){var a=r("21d9"),n=r("0c29"),i=r("a86f"),o=r("0b34").Reflect;e.exports=o&&o.ownKeys||function(e){var t=a.f(i(e)),r=n.f;return r?t.concat(r(e)):t}},f417:function(e,t,r){"use strict";var a=r("d445"),n=RegExp.prototype.exec;e.exports=function(e,t){var r=e.exec;if("function"===typeof r){var i=r.call(e,t);if("object"!==typeof i)throw new TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==a(e))throw new TypeError("RegExp#exec called on incompatible receiver");return n.call(e,t)}},fc02:function(e,t,r){"use strict";var a=r("804d"),n=r("a86f"),i=r("1b0b"),o=r("43ec"),l=r("201c"),s=r("f417"),c=r("0353"),u=r("0926"),f=Math.min,p=[].push,d="split",m="length",g="lastIndex",h=4294967295,b=!u((function(){RegExp(h,"y")}));r("c46f")("split",2,(function(e,t,r,u){var v;return v="c"=="abbc"[d](/(b)*/)[1]||4!="test"[d](/(?:)/,-1)[m]||2!="ab"[d](/(?:ab)*/)[m]||4!="."[d](/(.?)(.?)/)[m]||"."[d](/()()/)[m]>1||""[d](/.?/)[m]?function(e,t){var n=String(this);if(void 0===e&&0===t)return[];if(!a(e))return r.call(n,e,t);var i,o,l,s=[],u=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,d=void 0===t?h:t>>>0,b=new RegExp(e.source,u+"g");while(i=c.call(b,n)){if(o=b[g],o>f&&(s.push(n.slice(f,i.index)),i[m]>1&&i.index=d))break;b[g]===i.index&&b[g]++}return f===n[m]?!l&&b.test("")||s.push(""):s.push(n.slice(f)),s[m]>d?s.slice(0,d):s}:"0"[d](void 0,0)[m]?function(e,t){return void 0===e&&0===t?[]:r.call(this,e,t)}:r,[function(r,a){var n=e(this),i=void 0==r?void 0:r[t];return void 0!==i?i.call(r,n,a):v.call(String(n),r,a)},function(e,t){var a=u(v,e,this,t,v!==r);if(a.done)return a.value;var c=n(e),p=String(this),d=i(c,RegExp),m=c.unicode,g=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(b?"y":"g"),y=new d(b?c:"^(?:"+c.source+")",g),x=void 0===t?h:t>>>0;if(0===x)return[];if(0===p.length)return null===s(y,p)?[p]:[];var _=0,w=0,S=[];while(w