From 73bed6f7e954dd25ec638a631fbea5c310b1a585 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Sun, 23 Jan 2022 16:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E4=B8=8B=E7=BA=BF=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BA=93=E4=BD=8D=E5=90=8E=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E8=81=9A=E7=84=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/J-Picker/jPicker.vue | 4 ++-- src/pages/product/inbound/finishProductOffline/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue index 147e157..1b2a4c6 100644 --- a/src/components/J-Picker/jPicker.vue +++ b/src/components/J-Picker/jPicker.vue @@ -22,7 +22,7 @@ {{ $t('message.product_Cancel') }} @@ -67,7 +67,7 @@ export default { selStyle: 'height:50px;', }; }, - props: ['options', 'showKey', 'valKey', 'val', 'position', 'disabled', 'bgColor', 'sureColor'], + props: ['options', 'showKey', 'valKey', 'val', 'position', 'disabled', 'bgColor', 'sureColor', 'focus'], //选项数组,列表显示的对象键名,取值的对象键名,默认选中值,搜索框位置,是否禁用,整体背景色,确认键颜色 watch: { options(n) { diff --git a/src/pages/product/inbound/finishProductOffline/index.vue b/src/pages/product/inbound/finishProductOffline/index.vue index 4f2d2e0..37e44a7 100644 --- a/src/pages/product/inbound/finishProductOffline/index.vue +++ b/src/pages/product/inbound/finishProductOffline/index.vue @@ -11,7 +11,7 @@ - +