This commit is contained in:
wanglei
2024-06-27 17:29:02 +08:00
parent 23bfdb7ac5
commit e2d5d29d0c

View File

@@ -124,10 +124,16 @@
<ai-dialog title="二维码"
:visible.sync="dialog"
:destroyOnClose="true"
customFooter
width="720px">
<div class="flex-center">
<img :src="qrSrc" class="qr-img" alt="">
</div>
<template #footer>
<div class="dialog-footer">
<el-button @click="dialog=false">关闭</el-button>
</div>
</template>
</ai-dialog>
<ai-dialog title="选择片区" :visible.sync="district" :customFooter="true" border width="720px">