fix: 441
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user