mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
yyw提交
This commit is contained in:
parent
43977aea63
commit
7ad3581a9d
@ -45,7 +45,7 @@
|
||||
<el-table v-loading="loading" :data="afterList" style="width: 100%" border>
|
||||
<el-table-column prop="after_sales_biz_sn" label="售后单编号" />
|
||||
<el-table-column prop="order_sn" label="父订单编号" />
|
||||
<el-table-column label="门店id">
|
||||
<el-table-column label="店铺">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ Shops[scope.row.shop_id] }}</span>
|
||||
</template>
|
||||
@ -76,7 +76,7 @@
|
||||
:current-page="page"
|
||||
:page-sizes="[10, 20, 50, 100]"
|
||||
:page-size="pageSize"
|
||||
layout="prev, pager, next, jumper, sizes, total"
|
||||
layout="prev, pager, next, sizes, total, jumper"
|
||||
:total="total">
|
||||
</el-pagination>
|
||||
</div>
|
||||
@ -126,7 +126,7 @@ export default {
|
||||
'6': '待(顾客)退货',
|
||||
'7': '待(团长)确认退货',
|
||||
'8': '(顾客)撤销',
|
||||
'9': '(系统)关闭',
|
||||
'9': '(系统)关闭'
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -175,8 +175,8 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.fetchList()
|
||||
this.getShopsList()
|
||||
this.fetchList()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user