……

2022年8月22日

摘要: <el-cascader size="large" :options="options" placeholder="请选择地区" expand-trigger="hover" ref="cascaderAddr" v-model="selectedOptions" @change="handleCh 阅读全文

posted @ 2022-08-22 13:44 WALL*E 阅读(148) 评论(0) 推荐(0) 编辑

摘要: creatQrCode(hospitalId,ref,qrcodeWid) {//生成二维码 var qrcode ='' qrcode = new QRCode(ref, { text: hospitalId, // 需要转换为二维码的内容 width: qrcodeWid, height: qr 阅读全文

posted @ 2022-08-22 13:36 WALL*E 阅读(51) 评论(0) 推荐(0) 编辑

摘要: getTime(){ let timess = new Date(); const formTime = { y: timess.getFullYear(), m: timess.getMonth() + 1, d: timess.getDate(), h: timess.getHours(), s 阅读全文

posted @ 2022-08-22 13:35 WALL*E 阅读(48) 评论(0) 推荐(0) 编辑