| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b47277d0"],{2948:function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-drawer",t._g(t._b({attrs:{title:t.title,visible:t.drawerVisible,direction:"rtl",size:"500px","before-close":t.handleClose},on:{"update:visible":function(e){t.drawerVisible=e}}},"el-drawer",t.$attrs,!1),t.$listeners),[a("el-row",t._l(t.detailFormat,(function(e,r){return a("el-col",{key:r,staticClass:"detail-block",attrs:{span:24}},[e.header?a("el-col",{staticClass:"detail-block--header",attrs:{span:24}},[t._v(" "+t._s(e.header)+" ")]):t._e(),t._l(e.content,(function(e,r){return a("el-col",{key:r,staticClass:"detail-block--item",attrs:{span:24}},[a("el-col",{staticClass:"detail-block--item-title",attrs:{required:e.required}},[t._v(" "+t._s(e.title)+" ")]),a("el-col",{staticClass:"detail-block--item-content"},["image"===e.render?a("div",[[a("div",{staticStyle:{display:"flex",gap:"10px"}},t._l(t.imageUrl(t.detailData[e.prop]),(function(r){return a("el-image",{key:r,staticStyle:{width:"80px",height:"80px"},attrs:{lazy:!0,src:r,"preview-src-list":t.imageUrl(t.detailData[e.prop])}})})),1)]],2):"pre"===e.render?a("div",[a("pre",[t._v(t._s(e.method?e.method(t.detailData[e.prop]):t.detailData[e.prop]))])]):"html"===e.render?a("div",{domProps:{innerHTML:t._s(t.detailData[e.prop])}}):a("div",[t._v(" "+t._s(e.method?e.method(t.detailData[e.prop]):t.detailData[e.prop])+" ")])])],1)}))],2)})),1),t._l(t.$slots,(function(e,r){return a("template",{slot:r},[t._t(r)],2)}))],2)},i=[],l=(a("99af"),a("c975"),a("d81d"),a("ac1f"),a("1276"),{name:"YMTableDetail",model:{prop:"drawerVisible",event:"change"},props:{drawerVisible:{type:Boolean,default:!1},title:{type:String,default:"详情"},detailFormat:{type:Array,default:function(){return[]}},detailData:{type:Object,default:function(){return{}}}},data:function(){return{}},created:function(){},methods:{formatUrl:function(t){return t.map((function(t){return String(t||"").indexOf("http")>-1?t:"".concat(Object({NODE_ENV:"production",BASE_URL:"/"}).VUE_APP_BASE_IMG).concat(t)}))},imageUrl:function(t){if(Array.isArray(t))return this.formatUrl(t);var e=String(t).split(",");return this.formatUrl(e)},handleClose:function(t){this.$emit("change",!1)}}}),n=l,o=(a("e1f3"),a("2877")),s=Object(o["a"])(n,r,i,!1,null,"35448a25",null);e["default"]=s.exports},e1f3:function(t,e,a){"use strict";var r=a("f867"),i=a.n(r);i.a},f867:function(t,e,a){}}]);
|