表单名称:
{{ testJson.title }}
表单范围:
{{ testJson.juriP ? testJson.juriP : '所有人' }}
截止时间:
{{ testJson.overtime }}
未完成人数:
{{ noCount }}
已完成人数:
未完成名单:
{{ pname.length > 20 ? isSuo ? pname.slice(0,20).join(',')+'...' : pname.join(',') : pname.join(',') }}
{{ isSuo ? '查看更多' : '收起'}}