Commit 146f53e739dd83121cb767f3623472258949798b

Authored by 史婷婷
1 parent 96d51909

feat: 先去除首页发货菜单,后续补上

Showing 1 changed file with 30 additions and 30 deletions
... ... @@ -161,35 +161,35 @@ export default {
161 161 name: 'RevokeList'
162 162 }]
163 163 },
164   - {
165   - title: '发货计划管理',
166   - items: [{
167   - text: '发货单',
168   - icon: '/static/images/index/order_list.png',
169   - link: '/pages/invoice/index',
170   - name: 'Invoice'
171   - },{
172   - text: '延期发货单',
173   - icon: '/static/images/index/order_list.png',
174   - link: '/pages/delay_invoice/index',
175   - name: 'DelayInvoice'
176   - },{
177   - text: '草稿要车单',
178   - icon: '/static/images/index/order_list.png',
179   - link: '/pages/draft_order/index',
180   - name: 'DraftOrder'
181   - },{
182   - text: '要车单',
183   - icon: '/static/images/index/order_list.png',
184   - link: '/pages/car_request_order/index',
185   - name: 'CarRequestOrder'
186   - },{
187   - text: '补货单',
188   - icon: '/static/images/index/order_list.png',
189   - link: '/pages/replenishment_order/index',
190   - name: 'ReplenishmentOrder'
191   - }]
192   - },
  164 + // {
  165 + // title: '发货计划管理',
  166 + // items: [{
  167 + // text: '发货单',
  168 + // icon: '/static/images/index/order_list.png',
  169 + // link: '/pages/invoice/index',
  170 + // name: 'Invoice'
  171 + // },{
  172 + // text: '延期发货单',
  173 + // icon: '/static/images/index/order_list.png',
  174 + // link: '/pages/delay_invoice/index',
  175 + // name: 'DelayInvoice'
  176 + // },{
  177 + // text: '草稿要车单',
  178 + // icon: '/static/images/index/order_list.png',
  179 + // link: '/pages/draft_order/index',
  180 + // name: 'DraftOrder'
  181 + // },{
  182 + // text: '要车单',
  183 + // icon: '/static/images/index/order_list.png',
  184 + // link: '/pages/car_request_order/index',
  185 + // name: 'CarRequestOrder'
  186 + // },{
  187 + // text: '补货单',
  188 + // icon: '/static/images/index/order_list.png',
  189 + // link: '/pages/replenishment_order/index',
  190 + // name: 'ReplenishmentOrder'
  191 + // }]
  192 + // },
193 193 ],
194 194 menuNames: []
195 195 }
... ... @@ -414,4 +414,4 @@ page {
414 414 }
415 415
416 416 }
417   -</style>
\ No newline at end of file
  417 +</style>
... ...