完成新客立减功能

This commit is contained in:
2025-11-20 14:41:19 +08:00
parent 3f9f3ea25c
commit 8fa21b3404
13 changed files with 507 additions and 50 deletions

View File

@@ -86,14 +86,7 @@
</view>
</view>
</view>
<view class="u-m-t-32">
<my-pagination
:page="query.page"
:totalElements="query.totalElements"
:size="query.size"
@change="pageChange"
></my-pagination>
</view>
</template>
<template v-if="hasAjax && list.length <= 0">
<my-img-empty tips="未找到相关用户"></my-img-empty>