{{
item.lableRuleObj[scope.row[item.columnName]]
}}
{{
item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName]
}}
{{ buttonItem.name }}
{{
scope.row[item.columnName]
}}
{{
convertDateFun(scope.row[item.columnName])
}}