| 1 |
- System.register(["./vendor-legacy-8856a2a6.js","./index-legacy-240e7575.js"],(function(e,t){"use strict";var a,n,l,r=document.createElement("style");return r.textContent=".lj-label-radio-group[data-v-2dda10bf]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:5px}.lj-label-radio-group-label[data-v-2dda10bf]{font-size:14px;margin-left:20px;color:#7f7f7f}\n",document.head.appendChild(r),{setters:[function(e){a=e.r,n=e.w},function(e){l=e.n}],execute:function(){var t={__name:"LJLabelRadioGroup",props:{label:{type:String,default:"标签"},value:{type:[String,Number,Boolean],default:null},groups:{type:Array,default:function(){return[]}},size:{type:String,default:null}},emits:["input"],setup:function(e,t){var l=t.emit,r=e,u=a(r.value);return n((function(){return r.value}),(function(){return u.value=r.value})),{__sfc:!0,emits:l,props:r,radio:u,handleChange:function(e){return l("input",e)}}}};e("L",l(t,(function(){var e=this,t=e._self._c,a=e._self._setupProxy;return t("div",{staticClass:"lj-label-radio-group"},[t("div",{staticClass:"lj-label-radio-group-label"},[e._v(e._s(e.label))]),e.groups.length?t("el-radio-group",{attrs:{size:e.size},on:{input:a.handleChange},model:{value:a.radio,callback:function(e){a.radio=e},expression:"radio"}},e._l(e.groups,(function(e,a){return t("el-radio-button",{key:a,attrs:{label:e}})})),1):t("div",[e._v("groups 参数缺失")])],1)}),[],!1,null,"2dda10bf",null,null).exports)}}}));
|