修复异常不良类别下拉显示
This commit is contained in:
@@ -184,8 +184,8 @@ export default {
|
||||
clearable: true,
|
||||
style: { width: '90%' },
|
||||
options: [
|
||||
{ label: this.key('type_error'), value: 'ERR' },
|
||||
{ label: this.key('type_ng'), value: 'NG' }
|
||||
{ label: 'ERR', value: 'ERR' },
|
||||
{ label: 'NG', value: 'NG' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user