feat: 隐藏多规格退款退回库存,修改所有page为1
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
},
|
||||
tableData: {
|
||||
data: [],
|
||||
page: 0,
|
||||
page: 1,
|
||||
size: 30,
|
||||
loading: false,
|
||||
total: 0,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user