1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f0a8813a"],{"1a98":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"divBox"},[a("el-card",{staticClass:"box-card"},[a("div",{staticClass:"filter-container"},[a("div",{staticClass:"demo-input-suffix"},[t._v("\n 管理员ID:\n "),a("el-input",{staticStyle:{width:"200px"},attrs:{placeholder:"请输入"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.handleFilter(e)}},model:{value:t.tableFrom.admin_id,callback:function(e){t.$set(t.tableFrom,"admin_id",e)},expression:"tableFrom.admin_id"}}),t._v(" "),a("el-select",{staticStyle:{width:"200px"},attrs:{placeholder:"请选择",clearable:""},model:{value:t.tableFrom.method,callback:function(e){t.$set(t.tableFrom,"method",e)},expression:"tableFrom.method"}},t._l(t.importanceOptions,(function(t){return a("el-option",{key:t,attrs:{label:t,value:t}})})),1),t._v(" "),a("el-date-picker",{staticStyle:{width:"250px"},attrs:{"value-format":"yyyy/MM/dd",format:"yyyy/MM/dd",size:"small",type:"daterange",placement:"bottom-end",placeholder:"自定义时间"},on:{change:t.onchangeTime},model:{value:t.timeVal,callback:function(e){t.timeVal=e},expression:"timeVal"}}),t._v(" "),a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.getList(1)}}},[t._v("搜索")])],1)]),t._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData.data,size:"small","highlight-current-row":""}},[a("el-table-column",{attrs:{prop:"log_id",label:"ID","min-width":"60"}}),t._v(" "),a("el-table-column",{attrs:{prop:"admin_name",label:"管理员名称","min-width":"120"}}),t._v(" "),a("el-table-column",{attrs:{prop:"route",label:"请求","min-width":"200"}}),t._v(" "),a("el-table-column",{attrs:{prop:"method",label:"请求方式","min-width":"100"}}),t._v(" "),a("el-table-column",{attrs:{prop:"url",label:"链接","min-width":"250"}}),t._v(" "),a("el-table-column",{attrs:{prop:"ip",label:"IP","min-width":"150"}}),t._v(" "),a("el-table-column",{attrs:{prop:"create_time",label:"创建时间","min-width":"150"}})],1),t._v(" "),a("div",{staticClass:"block"},[a("el-pagination",{attrs:{"page-sizes":[20,40,60,80],"page-size":t.tableFrom.limit,"current-page":t.tableFrom.page,layout:"total, sizes, prev, pager, next, jumper",total:t.tableData.total},on:{"size-change":t.handleSizeChange,"current-change":t.pageChange}})],1)],1)],1)},i=[],r=a("90e7"),o={name:"SystemLog",data:function(){return{isChecked:!1,listLoading:!0,timeVal:[],tableData:{data:[],total:0},section_time:[],importanceOptions:["POST","DELETE"],tableFrom:{page:1,limit:20,admin_id:"",method:"",date:""}}},mounted:function(){this.getList("")},methods:{getList:function(t){var e=this;this.listLoading=!0,this.tableFrom.page=t||this.tableFrom.page,Object(r["d"])(this.tableFrom).then((function(t){e.tableData.data=t.data.list,e.tableData.total=t.data.count,e.listLoading=!1})).catch((function(t){e.listLoading=!1,e.$message.error(t.message)}))},pageChange:function(t){this.tableFrom.page=t,this.getList("")},handleSizeChange:function(t){this.tableFrom.limit=t,this.getList(1)},onchangeTime:function(t){this.timeVal=t,this.tableFrom.date=t?this.timeVal.join("-"):"",this.tableFrom.page=1,this.getList("")}}},l=o,s=a("2877"),c=Object(s["a"])(l,n,i,!1,null,"2807219b",null);e["default"]=c.exports},"90e7":function(t,e,a){"use strict";a.d(e,"h",(function(){return i})),a.d(e,"i",(function(){return r})),a.d(e,"l",(function(){return o})),a.d(e,"j",(function(){return l})),a.d(e,"k",(function(){return s})),a.d(e,"c",(function(){return c})),a.d(e,"a",(function(){return u})),a.d(e,"g",(function(){return d})),a.d(e,"b",(function(){return m})),a.d(e,"f",(function(){return p})),a.d(e,"e",(function(){return f})),a.d(e,"d",(function(){return h})),a.d(e,"m",(function(){return g})),a.d(e,"n",(function(){return b}));var n=a("0c6d");function i(t){return n["a"].get("system/role/lst",t)}function r(){return n["a"].get("system/role/create/form")}function o(t){return n["a"].get("system/role/update/form/".concat(t))}function l(t){return n["a"].delete("system/role/delete/".concat(t))}function s(t,e){return n["a"].post("system/role/status/".concat(t),{status:e})}function c(t){return n["a"].get("system/admin/lst",t)}function u(){return n["a"].get("/system/admin/create/form")}function d(t){return n["a"].get("system/admin/update/form/".concat(t))}function m(t){return n["a"].delete("system/admin/delete/".concat(t))}function p(t,e){return n["a"].post("system/admin/status/".concat(t),{status:e})}function f(t){return n["a"].get("system/admin/password/form/".concat(t))}function h(t){return n["a"].get("system/admin/log",t)}function g(){return n["a"].get("take/info")}function b(t){return n["a"].post("take/update",t)}}}]);
|