|
@@ -21,14 +21,14 @@
|
|
|
<a-divider type="vertical" />
|
|
|
<a-dropdown>
|
|
|
<a-menu slot="overlay" @click="handleActions">
|
|
|
- <a-menu-item key="1">
|
|
|
- <a-icon type="import" />产品导入
|
|
|
+ <a-menu-item key="3" v-if="$hasPermissions('M_shoppingCart')">
|
|
|
+ <a-icon type="shopping" /> 购物车
|
|
|
</a-menu-item>
|
|
|
<a-menu-item key="2">
|
|
|
<a-icon type="funnel-plot" />上次缺货
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item key="3" v-if="$hasPermissions('M_shoppingCart')">
|
|
|
- <a-icon type="shopping" /> 购物车
|
|
|
+ <a-menu-item key="1">
|
|
|
+ <a-icon type="import" />产品导入
|
|
|
</a-menu-item>
|
|
|
</a-menu>
|
|
|
<a-button type="link" class="button-default"> <a-icon type="unordered-list" /> 更多操作</a-button>
|