Showing
4 changed files
with
12 additions
and
2 deletions
| @@ -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 | ], |
static/images/index/change_list.png
0 → 100644
2.35 KB
static/images/index/order_list.png
0 → 100644
2.87 KB
static/images/index/revoke_list.png
0 → 100644
2.47 KB