需对接文件基础信息
{{
getDictName('ffzt', fileInfo.sendStatus)
}}
{{ fileInfo.fileName }}
{{ fileInfo.meetingName }}
{{ fileInfo.reviewTime }}
{{
item }}
历史状态更新
{{
histroyData.approvalComments.length == 1
? item
: item + ';'
}}
{{
getDictName(
'djfs',
histroyData.abutmentType
)
}}
{{
getDictName(
'tjzt',
histroyData.abutmentStatus
)
}}
{{ histroyData.abutmentDetailed }}
本次状态更新
{{ index + 1 + '.' + item + ';' }}
{{ getDictName('djfs', newData.abutmentType) }}
{{
getDictName('tjzt', newData.abutmentStatus)
}}
{{ newData.abutmentDetailed }}