feat(productMange): 全网商品管理权限控制
This commit is contained in:
parent
b00c0b6d95
commit
46ce1edd60
|
@ -125,11 +125,11 @@ export default {
|
|||
|
||||
data() {
|
||||
return {
|
||||
defaultSelected: 'wholeNetworkProductManageDetails',
|
||||
defaultSelected: 'productManageDetails',
|
||||
topList: [
|
||||
{
|
||||
name: '全网商品管理详情',
|
||||
path: 'wholeNetworkProductManageDetails'
|
||||
path: 'productManageDetails'
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
详情
|
||||
</el-button>
|
||||
<el-button
|
||||
v-hasButtons="['WholeNetworkProductManageListUpdate']"
|
||||
type="text"
|
||||
size="small"
|
||||
style="color: rgb(55, 191, 70); padding: 0"
|
||||
|
@ -125,6 +126,7 @@
|
|||
修改
|
||||
</el-button>
|
||||
<el-button
|
||||
v-hasButtons="['WholeNetworkProductManageListUpdateInventory']"
|
||||
type="text"
|
||||
size="small"
|
||||
style="padding: 0; color: #f3a900"
|
||||
|
@ -133,6 +135,7 @@
|
|||
修改库存
|
||||
</el-button>
|
||||
<el-button
|
||||
v-hasButtons="['WholeNetworkProductManageListDel']"
|
||||
type="text"
|
||||
size="small"
|
||||
style="padding: 0; color: #c8161d"
|
||||
|
@ -188,11 +191,11 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
defaultSelected: 'wholeNetworkProductManageList',
|
||||
defaultSelected: 'productManage',
|
||||
topList: [
|
||||
{
|
||||
name: '全网商品管理',
|
||||
path: 'wholeNetworkProductManageList'
|
||||
path: 'productManage'
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
|
|
Loading…
Reference in New Issue