{{ t('equipmentInspectionTasks.basicInfo') }}
{{ t('equipmentInspectionTasks.name') }}
{{ textValue(detailData.name) }}
{{ t('equipmentInspectionTasks.taskType') }}
{{ taskTypeText }}
{{ t('equipmentInspectionTasks.deviceList') }}
{{ deviceListText }}
{{ t('equipmentInspectionTasks.projectFormName') }}
{{ textValue(detailData.projectFormName) }}
{{ t('equipmentInspectionTasks.dateRange') }}
{{ formatDate(detailData.startDate) }} ~ {{ formatDate(detailData.endDate) }}
{{ t('equipmentInspectionTasks.cronExpression') }}
{{ textValue(detailData.cronExpression) }}
{{ t('equipmentInspectionTasks.operableUsers') }}
{{ textValue(detailData.operableUsers) }}
{{ t('equipmentInspectionTasks.enabled') }}
{{ enabledText(detailData.enabled) }}
{{ t('equipmentInspectionTasks.creatorName') }}
{{ textValue(detailData.creatorName) }}
{{ t('equipmentInspectionTasks.createTime') }}
{{ formatDateTime(detailData.createTime) }}
{{ t('equipmentInspectionTasks.updateTime') }}
{{ formatDateTime(detailData.updateTime) }}
{{ t('equipmentInspectionTasks.createTicket') }}