We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10530c commit a68acb0Copy full SHA for a68acb0
src/views/mall/promotion/coupon/components/CouponSendForm.vue
@@ -75,13 +75,13 @@
75
</el-table-column>
76
</el-table>
77
<!-- 分页 -->
78
- <!-- TODO 疯狂:可以看看,为啥弹窗没把分页包进去,可能和 footer 有关? -->
79
<Pagination
80
v-model:limit="queryParams.pageSize"
81
v-model:page="queryParams.pageNo"
82
:total="total"
83
@pagination="getList"
84
/>
+ <div class="clear-both"></div>
85
</Dialog>
86
</template>
87
<script lang="ts" setup>
0 commit comments