|
|
@@ -202,19 +202,18 @@ export default {
|
|
|
quickMenuList: [
|
|
|
{ name: '开单', icon: 'plant-billing', action: 'goItemKd', pf: 1 },
|
|
|
{ name: '快捷开单', icon: 'plant-quick-billing', action: 'goItemKjKd', pf: 1 },
|
|
|
- { name: '买花', icon: 'buy-item', url: '/pagesPurchase/order', pf: 1 },
|
|
|
- { name: '买花记录', icon: 'purchase-record', url: '/pagesPurchase/shopping', pf: 1 }
|
|
|
+ { name: '买花记录', icon: 'purchase-record', url: '/pagesPurchase/shopping', pf: 1 },
|
|
|
+ { name: '买花', icon: 'buy-item', url: '/pagesPurchase/order', pf: 1 }
|
|
|
],
|
|
|
// 业务菜单栏(写死)
|
|
|
bizMenuList: [
|
|
|
{ name: '商城码', icon: 'mall-filled', url: '/admin/cg/item', pf: 1 },
|
|
|
{ name: '分类', icon: 'category-filled', url: '/admin/goods/categoryV2?tab=0', pf: 1 },
|
|
|
- { name: '花束排序', icon: 'sort-filled', url: '/admin/goods/categorySort', pf: 1 },
|
|
|
{ name: '商品', icon: 'bouquet', url: '/admin/goods/manage', pf: 1 },
|
|
|
{ name: '新增花束', icon: 'add-bouquet', url: '/admin/goods/add', pf: 1 },
|
|
|
+ { name: '花束排序', icon: 'sort-filled', url: '/admin/goods/categorySort', pf: 1 },
|
|
|
{ name: '涨价管理', icon: 'price-increase', url: '/admin/goods/price-increase', pf: 1 },
|
|
|
{ name: '公告', icon: 'notice', url: '/admin/shopNotice/list', pf: 1 },
|
|
|
- { name: '绿植花材', icon: 'plant-material', url: '/admin/item/list2', pf: 1 },
|
|
|
{ name: '退款', icon: 'order-filled', url: '/admin/custom/selectCustom?style=1&refund=1', pf: 1 },
|
|
|
{ name: '退款记录', icon: 'order-filled', url: '/admin/billing/freeRefundList', pf: 1 },
|
|
|
{ name: '拆散', icon: 'disassemble', url: '/admin/part/list', pf: 1 },
|