|
@@ -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 + '个') : '不兑换') : '不兑换'
|
|
|
}
|
|
|
}
|
|
|
]
|