Browse Source

bug修复

chenrui 4 years ago
parent
commit
27fcce3930
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cleanManage/notCleanNetwork.vue

+ 1 - 1
src/views/cleanManage/notCleanNetwork.vue

@@ -209,8 +209,8 @@ export default {
         { slots: { title: 'customTitle' },
           children: [{ title: '废旧衣物', scopedSlots: { customRender: 'clothes' }, width: 100, align: 'center' },
             { title: '废旧纸张', scopedSlots: { customRender: 'paper' }, width: 100, align: 'center' },
-            { title: '废旧塑料', scopedSlots: { customRender: 'plastic' }, width: 100, align: 'center' },
             { title: '废旧金属', scopedSlots: { customRender: 'metal' }, width: 100, align: 'center' },
+            { title: '废旧塑料', scopedSlots: { customRender: 'plastic' }, width: 100, align: 'center' },
             { title: '废旧金属/塑料', scopedSlots: { customRender: 'plaMet' }, width: 100, align: 'center' },
             { title: '废旧玻璃', scopedSlots: { customRender: 'glass' }, width: 100, align: 'center' },
             { title: '可回收物', scopedSlots: { customRender: 'recycling' }, width: 100, align: 'center' }]