|
|
|
@ -54,6 +54,7 @@ async function init(url,name) {
|
|
|
|
|
let result = await QRCode.toDataURL(fileURL.value);
|
|
|
|
|
codeUrl.value = result
|
|
|
|
|
fileName.value = name
|
|
|
|
|
console.log(url,result)
|
|
|
|
|
}
|
|
|
|
|
function openMail(){
|
|
|
|
|
EmailModalRef.value.init(fileURL.value,fileName.value)
|
|
|
|
@ -103,6 +104,7 @@ defineExpose({
|
|
|
|
|
<style lang="less">
|
|
|
|
|
.printMoadl-card {
|
|
|
|
|
width: 385px;
|
|
|
|
|
z-index: 1200 !important;
|
|
|
|
|
|
|
|
|
|
.ant-popover-inner-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|