{{each dataList as value i}}
{{#value.title}} {{if value.questionStatus == 2}}
已回答
{{else}}
未回答
{{/if}}
{{/each}}