新建
导入
{{ row.maxValue }} {{ row.unitName }}
{{ row.minValue }} {{ row.unitName }}
{{ row.symbol }}
{{ row.defaultValue }}
{{
row.textType == 1
? '数值'
: row.textType == 2
? '选择'
: row.textType == 3
? '上下限'
: row.textType == 4
? '规格'
: row.textType == 5
? '时间'
: row.textType == 6
? '范围'
: row.textType == 7
? '文本'
: ''
}}
{{ getDictValue('质检标准类型', row.qualityStandardType) }}
{{ item.name }}
,
复制
修改
删除