From cd4afeccd028a6fd235dcb5c9cdb64f6f688f569 Mon Sep 17 00:00:00 2001 From: weishuodan Date: Thu, 16 Nov 2023 14:12:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E7=BC=AEes6=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/license-plate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } })