|  |  |  | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | elements:[ | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '上架管理', | 
|---|
|  |  |  | name: 'sale', | 
|---|
|  |  |  | color: 'olive', | 
|---|
|  |  |  | cuIcon: 'goods' | 
|---|
|  |  |  | title: '下线打包', | 
|---|
|  |  |  | name: 'offline', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'forward' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '入库管理', | 
|---|
|  |  |  | title: '委外入库', | 
|---|
|  |  |  | name: 'outPakin', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'copy' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '出库确认', | 
|---|
|  |  |  | name: 'checkout', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'edit' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '残次品', | 
|---|
|  |  |  | name: 'bad', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'delete' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '库位盘点', | 
|---|
|  |  |  | name: 'stockCheck', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'safe' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '上架管理', | 
|---|
|  |  |  | name: 'sale', | 
|---|
|  |  |  | color: 'blue', | 
|---|
|  |  |  | cuIcon: 'shop' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '组托入库', | 
|---|
|  |  |  | name: 'pakin', | 
|---|
|  |  |  | color: 'olive', | 
|---|
|  |  |  | color: 'grey', | 
|---|
|  |  |  | cuIcon: 'copy' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | title: '订单组托', | 
|---|
|  |  |  | name: 'order', | 
|---|
|  |  |  | color: 'grey', | 
|---|
|  |  |  | cuIcon: 'goods' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | name: 'logOut', | 
|---|
|  |  |  | color: 'grey', | 
|---|
|  |  |  | cuIcon: 'exit' | 
|---|
|  |  |  | }] | 
|---|
|  |  |  | }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ] | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | onLoad() { | 
|---|