浏览代码

bug修复

chenrui 4 年之前
父节点
当前提交
27fcce3930
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' }]