(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0c91d2"],{5881:function(t,e,r){"use strict";r.r(e);var a=function(){var t=this,e=t._self._c;return e("a-drawer",{attrs:{width:"750px",placement:"right",closable:!1,visible:t.openView},on:{close:t.onCloseView}},[e("a-descriptions",{staticStyle:{"word-break":"break-all","word-wrap":"break-word"},attrs:{title:"操作信息",layout:"vertical",column:3,bordered:""}},[e("a-descriptions-item",{attrs:{label:"操作模块"}},[t._v(" "+t._s(t.form.title)+" ")]),e("a-descriptions-item",{attrs:{label:"登录信息"}},[t._v(" "+t._s(t.form.operName)+" / "+t._s(t.form.operIp)+" / "+t._s(t.form.operLocation)+" ")]),e("a-descriptions-item",{attrs:{label:"请求方式"}},[t._v(" "+t._s(t.form.requestMethod)+" ")]),e("a-descriptions-item",{attrs:{label:"请求地址"}},[t._v(" "+t._s(t.form.operUrl)+" ")]),e("a-descriptions-item",{attrs:{label:"操作方法",span:2}},[e("div",{staticStyle:{"word-break":"break-all"}},[t._v(t._s(t.form.method))])])],1),e("a-divider"),e("a-descriptions",{staticStyle:{"word-break":"break-all","word-wrap":"break-word"},attrs:{title:"接口信息",layout:"vertical",column:3,bordered:""}},[e("a-descriptions-item",{attrs:{label:"请求参数",span:3}},[t._v(" "+t._s(t.form.operParam)+" ")]),e("a-descriptions-item",{attrs:{label:"返回参数",span:3}},[t._v(" "+t._s(t.form.jsonResult)+" ")]),e("a-descriptions-item",{attrs:{label:"操作状态"}},[0===t.form.status?e("a-badge",{attrs:{status:"processing",text:"正常"}}):t._e(),1===t.form.status?e("a-badge",{attrs:{status:"error",text:"失败"}}):t._e()],1),e("a-descriptions-item",{attrs:{label:"操作时间"}},[t._v(" "+t._s(t.parseTime(t.form.operTime))+" ")]),e("a-descriptions-item",{attrs:{label:"耗时"}},[t._v(" "+t._s(t.form.takeUpTime)+"毫秒 ")]),1===t.form.status?e("a-descriptions-item",{attrs:{label:"异常信息"}},[t._v(" "+t._s(t.form.errorMsg)+" ")]):t._e()],1),null!==t.form.logContent?e("a-divider"):t._e(),null!==t.form.logContent?e("a-descriptions",{staticStyle:{"word-break":"break-all","word-wrap":"break-word"},attrs:{title:"变更记录",layout:"vertical",column:3,bordered:""}},[e("a-descriptions-item",{attrs:{label:"表单ID",span:3}},[t._v(" "+t._s(t.form.formId)+" ")]),e("a-descriptions-item",{attrs:{label:"变更情况",span:3}},[t._v(" "+t._s(t.form.logContent)+" ")])],1):t._e()],1)},s=[],o={name:"ViewForm",props:{},data:function(){return{form:{},openView:!1}},filters:{},created:function(){},computed:{},watch:{},methods:{handleView:function(t){this.openView=!0,this.form=t},onCloseView:function(){this.openView=!1}}},i=o,l=r("2877"),n=Object(l["a"])(i,a,s,!1,null,null,null);e["default"]=n.exports}}]);