* 检查类型
{{
!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.length }}/2000
备注:
{{ form.remark.length }}/2000