feat:初始化 -融骅

This commit is contained in:
2023-10-17 09:15:30 +08:00
parent c9ff84e6a2
commit 405e152b38
1190 changed files with 138344 additions and 455 deletions

View File

@@ -0,0 +1 @@
/* empty css */import{n as c}from"./vueComponentNormalizer.9ef17bb1.js";var i=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{class:["action_bar",{"t-center":n.center,"t-right":n.right}]},[n.noCencel?n._e():e("el-button",{attrs:{round:""},on:{click:function(r){return n.handleClick("onCancel")}}},[n._v(" "+n._s(n.cencelTxt)+" ")]),n.noConfirm?n._e():e("el-button",{attrs:{type:"primary",round:""},on:{click:function(r){return n.handleClick("onConfirm")}}},[n._v(" "+n._s(n.confirmTxt)+" ")])],1)},l=[];const a={props:{noConfirm:{type:Boolean},noCencel:{type:Boolean},center:{type:Boolean},right:{type:Boolean},cencelTxt:{type:String,default:"\u53D6\u6D88"},confirmTxt:{type:String,default:"\u786E\u5B9A"}},methods:{handleClick(n){this.$emit(n)}}},o={};var s=c(a,i,l,!1,_,"792dffda",null,null);function _(n){for(let t in o)this[t]=o[t]}const p=function(){return s.exports}();export{p as A};