// uni-data-picker 的readonly设置后,有的数据赋值不上,估用样式处理 .uni-data-tree.disabled{.text-color{ color:#999 !important; }.uni-data-tree-input{pointer-events:none; }.uniui-clear{display:none; }}
-修复 本地数据概率无法回显时问题 ##0.3.0(2021-04-07) -新增 支持云端非树形表结构数据 -修复 根节点 parent_field 字段等于null时选择界面错乱问题 2 changes: 1 addition & 1 deletion 2 uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue ...
- 修复 非树形数据有 where 属性查询报错的问题 ## 0.3.1(2021-04-15) - 修复 本地数据概率无法回显时问题 ## 0.3.0(2021-04-07) 8 changes: 6 additions & 2 deletions 8 uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js Original file line numberDiff line number...
// 回显 Cloud 数据 getCloudDataValue() { if (this.isCloudDataList) { return this.getCloudDataListValue(); } if (this.isCloudDataTree) { return this.getCloudDataTreeValue(); } }, // 回显 Cloud 数据 (单列) getCloudDataListValue() { // 根据 field's as value标识匹配 where 条件 ...
fix: uni-data-picker 本地数据概率无法回显时问题 da9a553· Apr 15, 2021 HistoryHistory File metadata and controls Preview Code Blame 13 lines (13 loc) · 538 Bytes Raw 0.3.1(2021-04-15) 修复 本地数据概率无法回显时问题 0.3.0(2021-04-07) 新增 支持云端非树形表结构...
-修复 本地数据概率无法回显时问题 ##0.3.0(2021-04-07) -新增 支持云端非树形表结构数据 -修复 根节点 parent_field 字段等于null时选择界面错乱问题 Expand Down Original file line numberDiff line numberDiff line change Expand Up@@ -139,7 +139,7 @@ ...
修复 本地数据概率无法回显时问题 0.3.0(2021-04-07) 新增 支持云端非树形表结构数据 修复 根节点 parent_field 字段等于null时选择界面错乱问题 0.2.0(2021-03-15) 修复nodeclick、popupopened、popupclosed事件无法触发的问题 0.1.9(2021-03-09) 修复 微信小程序某些情况下无法选择...
修复 本地数据概率无法回显时问题 0.3.0(2021-04-07) 新增 支持云端非树形表结构数据 修复 根节点 parent_field 字段等于 null 时选择界面错乱问题 0.2.0(2021-03-15) 修复nodeclick、popupopened、popupclosed 事件无法触发的问题 0.1.9(2021-03-09) 修复 微信小程序某些情况下无法选...
修复 本地数据概率无法回显时问题 0.3.0(2021-04-07) 新增 支持云端非树形表结构数据 修复 根节点 parent_field 字段等于null时选择界面错乱问题 0.2.0(2021-03-15) 修复nodeclick、popupopened、popupclosed事件无法触发的问题 0.1.9(2021-03-09) 修复 微信小程序某些情况下无法选择...
fix: uni-data-picker 本地数据概率无法回显时问题 dcloudhdxcommittedApr 15, 2021 da9a553 Commits on Apr 7, 2021 update: uni-data-picker 新增 支持云端非树形表结构数据 修复 根节点 parent_field 字段等于null时选择界面错乱问题 dcloudhdxcommittedApr 7, 2021 8b15742 Commits...