feat: 隐藏多规格退款退回库存,修改所有page为1

This commit is contained in:
duan
2025-03-21 09:35:32 +08:00
parent 812b01391b
commit c40281902a
11 changed files with 110 additions and 291 deletions

View File

@@ -7,8 +7,7 @@
<el-table-column label="使用门槛">
<template v-slot="scope">
{{
`${scope.row.fullAmount}${
scope.row.discountAmount ? "" + scope.row.discountAmount + "" : ""
`${scope.row.fullAmount}${scope.row.discountAmount ? "" + scope.row.discountAmount + "" : ""
}`
}}
</template>
@@ -23,14 +22,9 @@
</el-table-column>
</el-table>
</div>
<el-pagination
:total="tableData.total"
:current-page="tableData.page + 1"
:page-size="tableData.size"
@current-change="paginationChange"
@size-change="sizeChange"
layout="total, sizes, prev, pager, next, jumper"
></el-pagination>
<el-pagination :total="tableData.total" :current-page="tableData.page + 1" :page-size="tableData.size"
@current-change="paginationChange" @size-change="sizeChange"
layout="total, sizes, prev, pager, next, jumper"></el-pagination>
<span slot="footer" class="dialog-footer" v-if="!radio">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="confirmHandle"> </el-button>
@@ -57,7 +51,7 @@ export default {
},
categoryList: [],
tableData: {
page: 0,
page: 1,
size: 10,
total: 0,
loading: false,