+
+
+ {{ currentRow.id }}
+
+
+
+ {{ getDictLabel(dict.sourceTable, currentRow.sourceTable) }}
+
+
+
+ {{ currentRow.originId || '/' }}
+
+
+
+ {{ currentRow.discoveryTime || '/' }}
+
+
+
+ {{ currentRow.responderName }}
+
+
+
+ {{ currentRow.responderIdCode }}
+
+
+
+ {{ currentRow.responderPhone }}
+
+
+
+ {{ currentRow.secondDepartName }}
+
+
+
+ {{ currentRow.thingDesc }}
+
+
+
+ {{ currentRow.involveProblemStr }}
+
+
+
+ {{ getDictLabel(dict.yesNo, currentRow.repeatt) }}
+
+
+
+ {{ getDictLabel(dict.yesNo, currentRow.leadApproval) }}
+
+
+
+
+ {{
+ currentRow.tag
+ ? currentRow.tag
+ .split(',')
+ .map(v => getDictLabel(dict.tagList, v))
+ .join(',')
+ : '/'
+ }}
+
+
+
+
+
+ {{ getDictLabel(dict.handleMethodType, currentRow.handleMethod) }}
+
+