+ |
+ handleSelectRow(e, notice)}
+ checked={isRowSelected(notice.id)} />
+ |
+ {notice.row_num} |
+ {message_type.find(item => item.value === notice.message_type)?.name} |
+ {convertKTC(notice.send_dt)} |
+
+ handleModalSubmit('detail', { id: notice.id })}>
+ {notice.content.length > 20 ? notice.content.slice(0, 20) + '...' : notice.content || ''}
+
+ |
+
+ {/*{notice.send_cnt} / {notice.repeat_cnt}*/}
+ {notice.send_cnt}
+ |
+
+ {sendStatus.find(data => data.value === notice.send_status)?.name}
+ |
+ {notice.create_name} |
+ {notice.create_by} |
+ {convertKTC(notice.create_dt)} |
+
+