|
@@ -104,7 +104,7 @@ export default {
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
customRender: (record, text) => {
|
|
|
- return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishType) : '--') : '--'
|
|
|
+ return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -113,7 +113,7 @@ export default {
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
customRender: (record, text) => {
|
|
|
- return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishType) : '--') : '--'
|
|
|
+ return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -122,7 +122,7 @@ export default {
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
customRender: (record, text) => {
|
|
|
- return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishType) : '--') : '--'
|
|
|
+ return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -131,7 +131,7 @@ export default {
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
customRender: (record, text) => {
|
|
|
- return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishType) : '--') : '--'
|
|
|
+ return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -140,7 +140,7 @@ export default {
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
customRender: (record, text) => {
|
|
|
- return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishType) : '--') : '--'
|
|
|
+ return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
|
|
|
}
|
|
|
}
|
|
|
]
|