Showing
4 changed files
with
4 additions
and
4 deletions
| ... | ... | @@ -194,17 +194,17 @@ export default { |
| 194 | 194 | title: '试样订单', |
| 195 | 195 | items: [{ |
| 196 | 196 | text: '产品试样确认单', |
| 197 | - icon: '/static/images/index/invoice.png', | |
| 197 | + icon: '/static/images/index/confirmation_form.png', | |
| 198 | 198 | link: '/pages/confirmation_form/index', |
| 199 | 199 | name: 'ConfirmationForm' |
| 200 | 200 | },{ |
| 201 | 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 | 204 | name: 'FeedbackForm' |
| 205 | 205 | },{ |
| 206 | 206 | text: '产品试样结果跟踪单', |
| 207 | - icon: '/static/images/index/draft_order.png', | |
| 207 | + icon: '/static/images/index/follow_up_form.png', | |
| 208 | 208 | link: '/pages/follow_up_form/index', |
| 209 | 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