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