Merge pull request #839 from wsd000/feat_license_plate_keyboard

feat: 修缮es6语法格式
This commit is contained in:
MeloHG 2023-11-16 14:31:02 +08:00 committed by GitHub
commit 98ac8f8cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ export default {
if (this.selectedIndex === 1) {
numbers = this.numbers.map(item => {
return {
...item,
value: item.value,
disabled: true,
}
})