| | |
| | | <el-dialog title="二维码" v-model="dialogVisible" width="300px" @close="closeDialog"> |
| | | <div class="text-center"> |
| | | <vueQr ref="query" background="#fff" :text="info.companyCode"></vueQr> |
| | | <div style="font-weight: bold;margin-bottom: 10px;">沈丘惠企执法</div> |
| | | <div style="font-weight: bold;margin-bottom: 10px;">察县扫码入企监督平台</div> |
| | | |
| | | <div>{{ info.companyName }}</div> |
| | | <div style="margin-top: 10px;"> |
| | |
| | | ctx.fillStyle = '#000'; |
| | | // ctx.setFontWeight('bold') |
| | | ctx.font ='bold 20px Arial' |
| | | wrapText(ctx, "沈丘惠企执法", 180, 320, 350, 40) |
| | | wrapText(ctx, "察县扫码入企监督平台", 180, 320, 350, 40) |
| | | // ctx.setFontWeight('normal') |
| | | ctx.font ="20px Arial" |
| | | wrapText(ctx, text, 180, 350, 350, 20) |