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