diff --git a/components/license-plate/index.vue b/components/license-plate/index.vue index cb77a3fc..6d0682bc 100644 --- a/components/license-plate/index.vue +++ b/components/license-plate/index.vue @@ -352,7 +352,7 @@ export default { if (this.selectedIndex === 1) { numbers = this.numbers.map(item => { return { - ...item, + value: item.value, disabled: true, } })