定位点:{{ templateInfo.hasPosition ? "有" : "无" }}
纸张类型:{{ templateInfo.type }}
试题列表:
{{ scope.row.fabricType === 3 ? "客观题" : "主观题" }}
{{ scope.row.customFrom.questionBefore }}-{{
scope.row.customFrom.questionAfter
}}
横向
竖向
无
{{
scope.row.fabricType === 3
? scope.row.customFrom.questionNumber
: scope.row.customFrom.questionAfter -
scope.row.customFrom.questionBefore +
1
}}
{{ scope.row.customFrom.score }}
下一步
保 存
{{ isLockStatus ? "已锁定" : "锁 定" }}