* 检查类型
{{
!dic_SelectList.safety_inspection_type[form.testTypeIndex]
.label
? "未知类型"
: dic_SelectList.safety_inspection_type[form.testTypeIndex]
.label
}}
*
归属年度
{{ form.attributiveYear ? form.attributiveYear : "请选择" }}
*
检查对象
{{ form.checkCompanyName ? form.checkCompanyName : "请选择" }}
* 检查日期
{{ form.checkTime ? form.checkTime : "请选择" }}
检查详情:
{{
form.checkInfo && form.checkInfo.length
? form.checkInfo.length
: 0
}}/2000
备注:
{{
form.remark && form.remark.length ? form.remark.length : 0
}}/2000
反馈记录
{{ form.handlingFeedback && form.handlingFeedback.length > 0 ? form.handlingFeedback.length : 0 }}/2000