Showing
4 changed files
with
4 additions
and
4 deletions
| @@ -194,17 +194,17 @@ export default { | @@ -194,17 +194,17 @@ export default { | ||
| 194 | title: '试样订单', | 194 | title: '试样订单', |
| 195 | items: [{ | 195 | items: [{ |
| 196 | text: '产品试样确认单', | 196 | text: '产品试样确认单', |
| 197 | - icon: '/static/images/index/invoice.png', | 197 | + icon: '/static/images/index/confirmation_form.png', |
| 198 | link: '/pages/confirmation_form/index', | 198 | link: '/pages/confirmation_form/index', |
| 199 | name: 'ConfirmationForm' | 199 | name: 'ConfirmationForm' |
| 200 | },{ | 200 | },{ |
| 201 | text: '产品试样结果反馈单', | 201 | text: '产品试样结果反馈单', |
| 202 | - icon: '/static/images/index/delay_invoice.png', | ||
| 203 | - link: '/pages/delay_invoice/index', | 202 | + icon: '/static/images/index/feedback_form.png', |
| 203 | + link: '/pages/feedback_form/index', | ||
| 204 | name: 'FeedbackForm' | 204 | name: 'FeedbackForm' |
| 205 | },{ | 205 | },{ |
| 206 | text: '产品试样结果跟踪单', | 206 | text: '产品试样结果跟踪单', |
| 207 | - icon: '/static/images/index/draft_order.png', | 207 | + icon: '/static/images/index/follow_up_form.png', |
| 208 | link: '/pages/follow_up_form/index', | 208 | link: '/pages/follow_up_form/index', |
| 209 | name: 'FollowupForm' | 209 | name: 'FollowupForm' |
| 210 | }] | 210 | }] |
static/images/index/confirmation_form.png
0 → 100644
2.14 KB
static/images/index/feedback_form.png
0 → 100644
2.54 KB
static/images/index/follow_up_form.png
0 → 100644
2.54 KB