修复异常不良类别下拉显示
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-24 16:57:37 +08:00
parent 7a11f50e39
commit 0c929ec3ef

View File

@@ -184,8 +184,8 @@ export default {
clearable: true, clearable: true,
style: { width: '90%' }, style: { width: '90%' },
options: [ options: [
{ label: this.key('type_error'), value: 'ERR' }, { label: 'ERR', value: 'ERR' },
{ label: this.key('type_ng'), value: 'NG' } { label: 'NG', value: 'NG' }
] ]
} }
], ],