Commit 3197ec93d84f903a5c52a96197620f9caabc94e3

Authored by 史婷婷
1 parent 0ea5af40

feat: 首页增加订货单管理菜单

@@ -146,9 +146,19 @@ export default { @@ -146,9 +146,19 @@ export default {
146 title: '订货单管理', 146 title: '订货单管理',
147 items: [{ 147 items: [{
148 text: '订货单列表', 148 text: '订货单列表',
149 - icon: '/static/images/index/credit_manage.png',  
150 - link: '/pages/credit_manage/index', 149 + icon: '/static/images/index/order_list.png',
  150 + link: '/pages/order_list/index',
151 name: 'OrderList' 151 name: 'OrderList'
  152 + },{
  153 + text: '规格变更单',
  154 + icon: '/static/images/index/change_list.png',
  155 + link: '/pages/change_list/index',
  156 + name: 'ChangeList'
  157 + },{
  158 + text: '撤销单',
  159 + icon: '/static/images/index/revoke_list.png',
  160 + link: '/pages/revoke_list/index',
  161 + name: 'RevokeList'
152 }] 162 }]
153 } 163 }
154 ], 164 ],