|
|
@ -497,7 +497,7 @@ export default { |
|
|
|
item.options.forEach((n) => { |
|
|
|
if (n.value === row[item.columnName]) _val = n.label |
|
|
|
}) |
|
|
|
if (row[item.columnName] == '0') _val = '--' |
|
|
|
if (row[item.columnName] == '0') return _val = '' |
|
|
|
} |
|
|
|
|
|
|
|
return _val || row[item.columnName] |
|
|
|