From b934f9f9a59e84a1af40ff139418a7d30dd68402 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 07 三月 2025 17:30:34 +0800 Subject: [PATCH] = --- src/uni_modules/uview-plus/components/u-picker/props.js | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/uni_modules/uview-plus/components/u-picker/props.js b/src/uni_modules/uview-plus/components/u-picker/props.js index e305620..6fd3f7b 100644 --- a/src/uni_modules/uview-plus/components/u-picker/props.js +++ b/src/uni_modules/uview-plus/components/u-picker/props.js @@ -6,6 +6,15 @@ type: Array, default: () => [] }, + //鏄惁绂佺敤 + disabled: { + type: Boolean, + default: false + }, + disabledColor:{ + type: String, + default: () => defProps.input.disabledColor + }, hasInput: { type: Boolean, default: false @@ -93,6 +102,16 @@ immediateChange: { type: Boolean, default: () => defProps.picker.immediateChange - } + }, + // 宸ュ叿鏍忓彸渚ф彃妲芥槸鍚﹀紑鍚� + toolbarRightSlot: { + type: Boolean, + default: false + }, + // 灞傜骇 + zIndex: { + type: [String, Number], + default: () => defProps.picker.zIndex + }, } }) -- Gitblit v1.9.1