You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
3.0 KiB
1 lines
3.0 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3e17710a"],{"3a0a":function(t,e,a){},"529f":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t._self._c;return e("div",{staticClass:"container"},[e("div",{staticClass:"tab-header"},[e("el-form",{staticClass:"demo-form-inline",attrs:{inline:!0,model:t.form}},[e("el-row",{attrs:{gutter:20}},[e("el-col",{attrs:{span:16}},[e("el-form-item",{attrs:{label:"日志类别"}},[e("el-input",{attrs:{clearable:""},model:{value:t.page.params.eventName,callback:function(e){t.$set(t.page.params,"eventName",e)},expression:"page.params.eventName"}})],1)],1),e("el-col",{attrs:{span:8}},[e("el-form-item",{staticStyle:{float:"right"}},[e("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.getPageList(t.page)}}},[t._v("查询")]),e("el-button",{attrs:{type:"primary"},on:{click:t.exportExcel}},[t._v("导出日志")])],1)],1)],1)],1)],1),e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData,border:""}},[e("el-table-column",{attrs:{label:"序号",type:"index",align:"center",width:"70px"}}),e("el-table-column",{attrs:{prop:"eventName",label:"日志类别",align:"center"}}),e("el-table-column",{attrs:{prop:"eventContent",label:"日志内容",align:"center"}}),e("el-table-column",{attrs:{prop:"userName",label:"用户名",align:"center"}}),e("el-table-column",{attrs:{prop:"userIp",label:"IP地址",align:"center"}}),e("el-table-column",{attrs:{prop:"timestamp",label:"记录时间",align:"center"}})],1),e("pagination",{attrs:{total:t.page.total,page:t.page.current,limit:t.page.size},on:{"update:page":function(e){return t.$set(t.page,"current",e)},"update:limit":function(e){return t.$set(t.page,"size",e)},pagination:t.pagination}})],1)},i=[],l=a("b775");function r(t){return Object(l["a"])({url:"/admin/apiadmin/systemlog/listPage",method:"POST",data:t,headers:{"Content-Type":"application/json"}})}var o=a("bc3a"),s=a.n(o),c=a("5f87"),p={data:function(){return{radio:"1",dialogVisible:!1,disabled:!1,form:{},page:{total:0,current:1,size:10,params:{eventName:""}},tableData:[]}},mounted:function(){this.getPageList(this.page)},methods:{pagination:function(t){this.page.current=t.pageNum,this.page.size=t.pageSize,this.getPageList(this.page)},onSearch:function(){this.getPageList(this.page)},resetSearch:function(){this.page=this.pageBackup},getPageList:function(t){var e=this;r(t).then((function(t){e.tableData=t.data.records,e.page.total=t.data.total}))},exportExcel:function(){s()({method:"get",url:"api/system/v1/systemlogs/exportLogExcel",params:this.page,responseType:"blob",headers:{token:Object(c["a"])()}}).then((function(t){var e=new Blob([t.data],{type:"application/vnd.ms-excel"});if(window.ActiveXObject||"ActiveXObject"in window)window.navigator.msSaveOrOpenBlob(e,"日志");else{var a=document.createElement("a");a.href=window.URL.createObjectURL(e),a.download="日志",a.click()}})).catch((function(t){}))}}},u=p,g=(a("5833"),a("2877")),m=Object(g["a"])(u,n,i,!1,null,"d45bd0f6",null);e["default"]=m.exports},5833:function(t,e,a){"use strict";a("3a0a")}}]);
|