Showing
9 changed files
with
7 additions
and
7 deletions
| ... | ... | @@ -61,7 +61,7 @@ export default { |
| 61 | 61 | title: '基础信息管理', |
| 62 | 62 | items: [{ |
| 63 | 63 | text: '客户信息', |
| 64 | - icon: '/static/images/index/order_list.png', | |
| 64 | + icon: '/static/images/index/customer.png', | |
| 65 | 65 | link: '/pages/customer/index', |
| 66 | 66 | name: 'Customer' |
| 67 | 67 | }] |
| ... | ... | @@ -136,7 +136,7 @@ export default { |
| 136 | 136 | }, |
| 137 | 137 | { |
| 138 | 138 | text: '锁价无规格操作申请单', |
| 139 | - icon: '/static/images/index/contract_foreign_unplan.png', | |
| 139 | + icon: '/static/images/index/contract_unlocked_operation.png', | |
| 140 | 140 | link: '/pages/contract_unlocked_operation/index', |
| 141 | 141 | name: 'UnlockedOperationApplication' |
| 142 | 142 | }, |
| ... | ... | @@ -165,27 +165,27 @@ export default { |
| 165 | 165 | title: '发货计划管理', |
| 166 | 166 | items: [{ |
| 167 | 167 | text: '发货单', |
| 168 | - icon: '/static/images/index/order_list.png', | |
| 168 | + icon: '/static/images/index/invoice.png', | |
| 169 | 169 | link: '/pages/invoice/index', |
| 170 | 170 | name: 'Invoice' |
| 171 | 171 | },{ |
| 172 | 172 | text: '延期发货单', |
| 173 | - icon: '/static/images/index/order_list.png', | |
| 173 | + icon: '/static/images/index/delay_invoice.png', | |
| 174 | 174 | link: '/pages/delay_invoice/index', |
| 175 | 175 | name: 'DelayInvoice' |
| 176 | 176 | },{ |
| 177 | 177 | text: '草稿要车单', |
| 178 | - icon: '/static/images/index/order_list.png', | |
| 178 | + icon: '/static/images/index/draft_order.png', | |
| 179 | 179 | link: '/pages/draft_order/index', |
| 180 | 180 | name: 'DraftOrder' |
| 181 | 181 | },{ |
| 182 | 182 | text: '要车单', |
| 183 | - icon: '/static/images/index/order_list.png', | |
| 183 | + icon: '/static/images/index/car_request_order.png', | |
| 184 | 184 | link: '/pages/car_request_order/index', |
| 185 | 185 | name: 'CarRequestOrder' |
| 186 | 186 | },{ |
| 187 | 187 | text: '补货单', |
| 188 | - icon: '/static/images/index/order_list.png', | |
| 188 | + icon: '/static/images/index/replenishment_order.png', | |
| 189 | 189 | link: '/pages/replenishment_order/index', |
| 190 | 190 | name: 'ReplenishmentOrder' |
| 191 | 191 | }] | ... | ... |
static/images/index/car_request_order.png
0 → 100644
2.21 KB
2.41 KB
static/images/index/customer.png
0 → 100644
2.67 KB
static/images/index/delay_invoice.png
0 → 100644
3.1 KB
static/images/index/draft_order.png
0 → 100644
2.95 KB
static/images/index/invoice.png
0 → 100644
2.51 KB
static/images/index/replenishment_order.png
0 → 100644
3.87 KB