{{JSON.parse(latestMsg).title}}
{{processText(JSON.parse(latestMsg).content)}}
{{ JSON.parse(latestMsg).content }}
{{ currentMsg.applyUserName }}{{currentMsg.msgType == 'URGE_TASK' ? "发起任务催办请求" : currentMsg.msgType == 'URGE_CAR' ? '发起的车辆催办请求' : currentMsg.msgType == 'URGE_SEAL' ? '发起的印章催办请求' : JSON.parse(latestMsg).msgType=='URGE_CLOCK_NOTICE'?`${JSON.parse(latestMsg).clockType} : ${JSON.parse(latestMsg).clockTime}` : '发起的审批催办请求'}}