lilei 4 år sedan
förälder
incheckning
8e4c039f5f
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      src/views/equipmentManage/exchangeSetting/ExchangeSetting.vue

+ 6 - 6
src/views/equipmentManage/exchangeSetting/ExchangeSetting.vue

@@ -104,7 +104,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         },
         {
@@ -113,7 +113,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         },
         {
@@ -122,7 +122,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         },
         {
@@ -131,7 +131,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         },
         {
@@ -140,7 +140,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         },
         {
@@ -149,7 +149,7 @@ export default {
           width: 100,
           align: 'center',
           customRender: (record, text) => {
-            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '--') : '--'
+            return record ? (record.rubbishWeight ? (record.rubbishWeight + 'g/' + record.goleNum + '个') : '不兑换') : '不兑换'
           }
         }
         ]