Merge pull request #839 from wsd000/feat_license_plate_keyboard
feat: 修缮es6语法格式
This commit is contained in:
commit
98ac8f8cd6
|
@ -352,7 +352,7 @@ export default {
|
|||
if (this.selectedIndex === 1) {
|
||||
numbers = this.numbers.map(item => {
|
||||
return {
|
||||
...item,
|
||||
value: item.value,
|
||||
disabled: true,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue