{{ t('moldInspectionPlan.basicInfo') }}
{{ t('moldInspectionPlan.planName') }}
{{ textValue(detailData.planName) }}
{{ t('moldInspectionPlan.planType') }}
{{ planTypeText }}
{{ t('moldInspectionPlan.description') }}
{{ textValue(detailData.description) }}
{{ t('moldInspectionPlan.creatorName') }}
{{ textValue(detailData.creatorName) }}
{{ t('moldInspectionPlan.createTime') }}
{{ formatDateTime(detailData.createTime) }}
{{ t('moldInspectionPlan.updateTime') }}
{{ formatDateTime(detailData.updateTime) }}
{{ t('moldInspectionPlan.subjectListTitle') }}
{{ t('functionCommon.loading') }}
{{ t('moldInspectionPlan.noSubjectData') }}
{{ index + 1 }}
{{ t('moldInspectionPlan.subjectCode') }}
{{ textValue(item.subjectCode) }}
{{ t('moldInspectionPlan.subjectName') }}
{{ textValue(item.subjectName) }}
{{ t('moldInspectionPlan.inspectionMethod') }}
{{ getInspectionMethodLabel(item.inspectionMethod) }}
{{ t('moldInspectionPlan.judgmentCriteria') }}
{{ textValue(item.judgmentCriteria) }}