{{
scope.row.nodeExecuteStatus == "EXECUTED" ? "已执行" : ""
}}
{{
scope.row.nodeExecuteStatus == "UNEXECUTED" ? "未执行" : ""
}}
{{
scope.row.phoneNodeExecuteResultStatus == "SUCCESS"
? "已接通"
: "未接通"
}}
回放
问卷查看
问题:
{{ item.contextText }}
{{ item.contextText }}