{{ currentRow.id || '/' }}
{{ currentRow.sourceTablePath }}
{{ getDictLabel(dict.businessType, currentRow.businessTypeCode) }}
{{ currentRow.originId || '/' }}
{{ formatLocalDateTime(currentRow.discoveryTime) }}
{{ currentRow.responderName || '/' }}
{{ currentRow.responderIdCode || '/' }}
{{ currentRow.responderPhone || '/' }}
{{ currentRow.secondDepartName || '/' }}
{{ currentRow.thingDesc || '/' }}
{{ currentRow.involveProblemStr || '/' }}
{{ getDictLabel(dict.yesNo, currentRow.repeatt) }}
{{
currentRow.tag
? currentRow.tag
.split(',')
.map(v => getDictLabel(dict.sfssTags, v))
.join(',')
: '/'
}}
{{ getDictLabel(dict.handleMethodType, currentRow.handleMethod) }}