general-basic-form 2.2.1 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -266,6 +266,9 @@ parametersType 类型介绍
266
266
  heading: true, //是否显示标题
267
267
  dim: 4, // 多维数组,注意要和columns的长度相等,输出为对象数组
268
268
  itemWidth: 'mean',//itemWidth: 'auto' | 'mean' 自动宽度(满行) | 平均分配宽度
269
+ onChange: (value) => {
270
+ console.log(value);
271
+ },
269
272
  columns: [
270
273
  {
271
274
  prop: 'id',