{{
row.textType == 1
? '数值'
: row.textType == 2
? '选择'
: row.textType == 3
? '上下限'
: row.textType == 4
? '规格'
: row.textType == 5
? '时间'
: row.textType == 6
? '范围'
: row.textType == 7
? '文本'
: ''
}}
{{ getDictValue('质检标准类型', row.qualityStandardType) }}
{{ row.symbol }} {{ row.defaultValue }}
[{{ row.minValue }}-{{ row.maxValue }}]
{{ item.name }}
,
选择
取消