feat(wholenetwork): 全网产品管理标题错误问题处理
This commit is contained in:
parent
80c3e74b01
commit
bb08f333cc
|
@ -131,7 +131,7 @@ export default {
|
|||
defaultSelected: 'productManageDetails',
|
||||
topList: [
|
||||
{
|
||||
name: '全网商品管理详情',
|
||||
name: '全网产品管理详情',
|
||||
path: 'productManageDetails'
|
||||
}
|
||||
],
|
||||
|
@ -174,7 +174,7 @@ export default {
|
|||
this.download(
|
||||
'/sale/manage/all-product-detail/export',
|
||||
{ ...this.queryParams, ...this.form },
|
||||
`${'全网商品管理'}${new Date().getTime()}.xlsx`
|
||||
`${'全网产品管理'}${new Date().getTime()}.xlsx`
|
||||
)
|
||||
})
|
||||
},
|
||||
|
|
|
@ -195,7 +195,7 @@ export default {
|
|||
defaultSelected: 'productManage',
|
||||
topList: [
|
||||
{
|
||||
name: '全网商品管理',
|
||||
name: '全网产品管理',
|
||||
path: 'productManage'
|
||||
}
|
||||
],
|
||||
|
@ -278,7 +278,7 @@ export default {
|
|||
this.download(
|
||||
'/sale/manage/all-product/export',
|
||||
Object.assign({}, this.queryParams, this.select),
|
||||
`${'全网商品管理'}${new Date().getTime()}.xlsx`
|
||||
`${'全网产品管理'}${new Date().getTime()}.xlsx`
|
||||
)
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue