feat(goodslist): 批量上下架权限
This commit is contained in:
parent
fa5f084aed
commit
89fdcaf377
|
|
@ -259,7 +259,7 @@
|
||||||
>复制
|
>复制
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-hasButtons="['GoodsListCopy']"
|
v-hasButtons="['GoodsListPutOn']"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="isCopy"
|
:disabled="isCopy"
|
||||||
type="success"
|
type="success"
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
>批量上架
|
>批量上架
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-hasButtons="['GoodsListCopy']"
|
v-hasButtons="['GoodsListPutOff']"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="isCopy"
|
:disabled="isCopy"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue