{{
dayjs(row.beginTime).format('YYYY-MM-DD HH:mm:ss') +
' ~ ' +
dayjs(row.endTime).format('YYYY-MM-DD HH:mm:ss')
}}
{{ row.duration + ' 毫秒' }}
{{ row.retryInterval + '毫秒' }}
{{ row.monitorTimeout > 0 ? row.monitorTimeout + ' 毫秒' : '未开启' }}
{{ t('dialog.close') }}