{{ t('equipmentLedger.basicInfo') }}
{{ t('equipmentLedger.deviceCode') }}
{{ fieldValue('deviceCode') }}
{{ t('equipmentLedger.deviceName') }}
{{ fieldValue('deviceName') }}
{{ t('equipmentLedger.deviceStatus') }}
{{ getStatusText(detailData?.deviceStatus) }}
{{ t('equipmentLedger.deviceType') }}
{{ fieldValue('deviceTypeName') || getDeviceTypeNameById(detailData?.deviceType) }}
{{ t('equipmentLedger.deviceSpec') }}
{{ fieldValue('deviceSpec') }}
{{ t('equipmentLedger.isScheduled') }}
{{ scheduledText }}
{{ t('equipmentLedger.ratedCapacity') }}
{{ fieldValue('ratedCapacity') }}
{{ t('equipmentLedger.dailyAverageValue') }}
{{ fieldValue('dailyAverageValue') }}
{{ t('equipmentLedger.dataCollectionCapacity') }}
{{ fieldValue('dataCollectionCapacity') }}
{{ t('equipmentLedger.productionDate') }}
{{ formatDateValue(detailData?.productionDate) }}
{{ t('equipmentLedger.factoryEntryDate') }}
{{ formatDateValue(detailData?.factoryEntryDate) }}
{{ t('equipmentLedger.deviceLocation') }}
{{ fieldValue('deviceLocation') }}
{{ t('equipmentLedger.deviceManagerName') }}
{{ fieldValue('deviceManagerName') }}
{{ t('equipmentLedger.workshop') }}
{{ fieldValue('workshopName') }}
{{ t('equipmentLedger.creatorName') }}
{{ fieldValue('creatorName') }}
{{ t('equipmentLedger.createTime') }}
{{ formatDateTime(detailData?.createTime) }}
{{ tab.label }}
{{ t('equipmentLedger.noHistoryData') }}
{{ item.inspectionItemName || item.name || '-' }}
{{ t('equipmentLedger.operator') }}: {{ item.operatorName || item.inspectorName || '-' }}
{{ t('equipmentLedger.noHistoryData') }}
{{ item.maintainItemName || item.inspectionItemName || item.name || '-' }}
{{ t('equipmentLedger.operator') }}: {{ item.operatorName || item.inspectorName || '-' }}
{{ t('equipmentLedger.noHistoryData') }}
{{ item.repairNo || item.description || '-' }}
{{ t('equipmentLedger.operator') }}: {{ item.creatorName || '-' }}