+ | {item.logTime} |
+ {item.userGuid} |
+ {item.accountId} |
+ {item.userNickname} |
+ {item.tranId} |
+ {item.action} |
+ {item.domain === 'None' ? '-' : item.domain} |
+
+ toggleRowExpand(index)}>
+ {expandedRows[index] ? '접기' : '상세보기'}
+
+ |
+
+ {expandedRows[index] && (
+