{{column.label}}
{{column.transList[scope.row[String(column.value)]]|| "--"}}
{{ String(scope.row[column.value]) || "--" }}
{{
column.label
}}
{{
op.formatter
? op.formatter(scope.row).label
: op.label
? op.label
: scope.row[column.value]
}}
{{
scope.row[column.value]
? scope.row[column.value][0].fileName
: ""
}}