From 16213c0f85aa3ac8317797bf4a05fd12940e16d3 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期三, 05 三月 2025 17:29:42 +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