Commit 1eecc2610c66020037e07b33087124ce4c3e05ad

Authored by 史婷婷
1 parent 3f47ab97

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

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