捕梦者基础前端框架
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
2.8 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0c9abb"],{"59ab":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-dialog",{attrs:{title:"详情",visible:t.visible,width:"600px","destroy-on-close":!0,"lock-scroll":!1},on:{"update:visible":t.updateVisible}},[a("el-form",{staticClass:"ele-form-detail",attrs:{"label-width":"82px",size:"mini"}},[a("el-row",{attrs:{gutter:15}},[a("el-col",{attrs:{sm:12}},[a("el-form-item",{attrs:{label:"操作人:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.username)+" ")])]),a("el-form-item",{attrs:{label:"请求方式:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.request_method)+" ")])]),a("el-form-item",{attrs:{label:"请求耗时:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.spend_time)+"s ")])]),a("el-form-item",{attrs:{label:"操作时间:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t._f("toDateString")(t.data.create_time))+" ")])])],1),a("el-col",{attrs:{sm:12}},[a("el-form-item",{attrs:{label:"IP地址:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.action_ip)+" ")])]),a("el-form-item",{attrs:{label:"系统类型:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.client_os)+" ")])]),a("el-form-item",{attrs:{label:"浏览器:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.client_browser)+" ")])]),a("el-form-item",{attrs:{label:"设备型号:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.client_device)+" ")])])],1)],1),a("div",{staticStyle:{margin:"12px 0"}},[a("el-divider")],1),a("el-form-item",{attrs:{label:"请求地址:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.url)+" ")])]),a("el-form-item",{attrs:{label:"操作模块:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.model)+" ")])]),a("el-form-item",{attrs:{label:"调用SQL:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.sql)+" ")])]),a("el-form-item",{attrs:{label:"请求参数:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.request_param)+" ")])]),a("el-form-item",{attrs:{label:"返回结果:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.data)+" ")])]),a("el-form-item",{attrs:{label:"备注:"}},[a("div",{staticClass:"ele-text-secondary"},[t._v(" "+t._s(t.data.remark)+" ")])])],1),a("div",{attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(e){return t.updateVisible(!1)}}},[t._v("关闭 ")])],1)],1)},l=[],i={name:"OperRecordDetail",props:{visible:Boolean,data:Object},methods:{updateVisible:function(t){this.$emit("update:visible",t)}}},r=i,d=a("2877"),o=Object(d["a"])(r,s,l,!1,null,"5895d75e",null);e["default"]=o.exports}}]);