{{ t('searchTable.form.search') }}
{{ t('searchTable.form.reset') }}
{{ t('searchTable.form.down') }}
{{ rowIndex + 1 + (pagination.current - 1) * pagination.pageSize }}
{{
deviceTypeList.find(item => item.dictCode === record.entityType)
?.name
}}
{{
statusTypeList.find(item => item.value === record.status)?.label
}}
{{
record.time && dayjs(record.time).format('YYYY-MM-DD HH:mm:ss')
}}
{{ t('dashboard.dialog.title') }}
取消