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.

2 lines
25 KiB

(function(){"use strict";var e={2534:function(e,t,a){var i=a(6848),s=function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},l=[],o={name:"App"},n=o,r=a(1656),c=(0,r.A)(n,s,l,!1,null,null,null),d=c.exports,u=a(9143),p=a.n(u),h=a(6178),m=function(){var e=this,t=e._self._c;return t("div",[t("router-view")],1)},f=[],g={name:"SubWindowLayout"},v=g,b=(0,r.A)(v,m,f,!1,null,"1c7354f3",null),w=b.exports,y=function(){var e=this,t=e._self._c;return t("div",[t("router-view")],1)},F=[],_={name:"BaseLayout"},x=_,C=(0,r.A)(x,y,F,!1,null,"63db3719",null),T=C.exports,S=function(){var e=this;e._self._c;return e._m(0)},D=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"desc"},[t("p",[e._v("这是使用Electron开发的一款集成了多个工具的软件。")]),t("p",[e._v("版本:v1.0")])])}],L={name:"AboutWin"},N=L,$=(0,r.A)(N,S,D,!1,null,"82f773be",null),k=$.exports,P=function(){var e=this,t=e._self._c;return t("div",[t("el-card",{staticClass:"box-card"},[t("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[t("h2",[e._v("大小写转换")])]),e._v(" 输入小写或大写字符,将其转换为大写或小写。 ")]),t("el-input",{staticClass:"common",attrs:{type:"textarea",rows:6,placeholder:"请输入需要转换的内容"},model:{value:e.srcText,callback:function(t){e.srcText=t},expression:"srcText"}}),t("div",{staticClass:"common"},[t("el-button",{attrs:{type:"primary",icon:"el-icon-refresh-right"},on:{click:e.handleTransferToUpper}},[e._v("转大写")]),t("el-button",{attrs:{type:"primary",icon:"el-icon-refresh-left"},on:{click:e.handleTransferToLower}},[e._v("转小写")]),t("el-button",{attrs:{type:"danger",icon:"el-icon-delete-solid"},on:{click:e.handleClear}},[e._v("清空")])],1),t("el-input",{staticClass:"common",attrs:{type:"textarea",rows:6,readonly:"",placeholder:"Console"},model:{value:e.destText,callback:function(t){e.destText=t},expression:"destText"}})],1)},I=[],M={methods:{async copyToClipboard(e){try{await navigator.clipboard.writeText(e),this.$message.success("内容已复制!")}catch(t){this.$message.error("复制失败!")}},async handleTransferToUpper(){this.destText=this.srcText.toUpperCase(),await this.copyToClipboard(this.destText)},async handleTransferToLower(){this.destText=this.srcText.toLowerCase(),await this.copyToClipboard(this.destText)},handleClear(){this.destText="",this.srcText=""}},name:"TransferWin",data(){return{srcText:"",destText:""}}},z=M,O=(0,r.A)(z,P,I,!1,null,"673c0bf5",null),A=O.exports,R=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.tableLoading,expression:"tableLoading"}],staticClass:"hello"},[t("div",[t("el-button",{attrs:{type:"text"},on:{click:function(t){return e.configPage()}}},[e._v("配置文件")])],1),t("div",{staticStyle:{height:"50px","margin-top":"20px"}},[t("div",{staticStyle:{float:"left"}},[e._v(" 订单号: "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.scannedCode,expression:"scannedCode"}],attrs:{type:"text",placeholder:"扫描条码"},domProps:{value:e.scannedCode},on:{keydown:e.handleScan,input:function(t){t.target.composing||(e.scannedCode=t.target.value)}}})]),t("div",{staticStyle:{float:"right"}})]),t("div",[t("el-tabs",{attrs:{height:"500px"},on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:"倒计时上传",name:"first"}}),t("el-tab-pane",{attrs:{label:"手动上传",name:"three"}}),t("el-tab-pane",{attrs:{label:"手动选择文件上传",name:"four"}}),t("div",["three"==e.activeName?t("el-button",{attrs:{type:"text"},on:{click:function(t){return e.autoUpload()}}},[e._v("获取最新文件上传")]):e._e(),"four"==e.activeName?t("el-upload",{staticClass:"upload-demo",attrs:{action:"#","auto-upload":!1,multiple:!1,limit:1,"on-exceed":e.handleExceed,"on-success":e.uploadSuccess,"on-error":e.uploadError,"on-change":e.uploadFileChange,"file-list":e.ruleForm.fileList,"before-upload":e.beforeUpload}},[t("el-button",{
//# sourceMappingURL=app.4109ee0c.js.map