{{
isShowPagination
? (table.currentPage - 1) * table.pageSize + scope.$index + 1
: scope.$index + 1
}}
{{
constantEscape(
scope.row[item.prop],
table.listTypeInfo[item.filters.list],
item.filters.key || 'value',
item.filters.label || 'label'
)
}}
{{ scope.row[item.prop] }}
{{ item.text }}