Commit 1eecc2610c66020037e07b33087124ce4c3e05ad

Authored by 史婷婷
1 parent 3f47ab97

feat: 首页-试样订单图标替换

@@ -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 }]