{{ category.typeName }}
{{ `预置模板(${getTemplateTypeName(scope.row.templateType)})` }}
{{ getFormatType(scope.row.formatRequired) }}
{{ scope.row.isRequired === '0' ? '是' : '否' }}
{{ scope.row.isUpload === '1' ? '已上传' : '未上传' }}
{{ scope.row.uploadTime ? scope.row.uploadTime : '--' }}
{{
!scope.row.auditedStatus || scope.row.auditedStatus === '0'
? '未审核'
: scope.row.auditedStatus === '1'
? '通过'
: '不通过'
}}
审核
查看
资料名称:
{{
(currentAuditMaterial && currentAuditMaterial.informationName) ||
''
}}
审核通过
不通过