fix: 441
This commit is contained in:
@@ -124,10 +124,16 @@
|
|||||||
<ai-dialog title="二维码"
|
<ai-dialog title="二维码"
|
||||||
:visible.sync="dialog"
|
:visible.sync="dialog"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
|
customFooter
|
||||||
width="720px">
|
width="720px">
|
||||||
<div class="flex-center">
|
<div class="flex-center">
|
||||||
<img :src="qrSrc" class="qr-img" alt="">
|
<img :src="qrSrc" class="qr-img" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
<template #footer>
|
||||||
|
<div class="dialog-footer">
|
||||||
|
<el-button @click="dialog=false">关闭</el-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
|
|
||||||
<ai-dialog title="选择片区" :visible.sync="district" :customFooter="true" border width="720px">
|
<ai-dialog title="选择片区" :visible.sync="district" :customFooter="true" border width="720px">
|
||||||
|
|||||||
Reference in New Issue
Block a user