新增质检项
{{
row.textType == 1
? '数值'
: row.textType == 2
? '选择'
: row.textType == 3
? '上下限'
: row.textType == 4
? '规格'
: row.textType == 5
? '时间'
: row.textType == 6
? '范围'
: row.textType == 7
? '文本'
: ''
}}
{{ getDictValue('质检标准类型', row.qualityStandardType) }}
删除
选择物品
删除