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

@@ -141,7 +141,7 @@ export default {
},
tableData: {
data: [],
page: 0,
page: 1,
size: 30,
loading: false,
total: 0,

View File

@@ -10,10 +10,7 @@
<el-table-column label="手机号" prop="phone"></el-table-column>
<el-table-column label="状态">
<template v-slot="scope">
<span
style="font-weight: 400; font-size: 14px"
:style="{ color: scope.row.state == 2 ? '#3F9EFF' : '' }"
>
<span style="font-weight: 400; font-size: 14px" :style="{ color: scope.row.state == 2 ? '#3F9EFF' : '' }">
{{ stateFilter(scope.row.state) }}
</span>
</template>
@@ -43,7 +40,7 @@ export default {
},
tableData: {
data: [],
page: 0,
page: 1,
size: 30,
loading: false,
total: 0,