jsmom-table-form 1.0.0 → 1.0.1

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
@@ -102,7 +102,7 @@ or
102
102
  - fnPropAddRecord `Function` 新增的方法
103
103
  - fnPropUpdateRecord `Function` 更新的方法
104
104
  - fnPropListRecord `Function` 获取列表的方法
105
- - fnPropExportExcel `Function` 导出Excel的方法
105
+ - fnPropExportExcel `Function` 导出 Excel 的方法
106
106
  - eventMaps `Object<Function>` 事件集合
107
107
  - configData `Object`
108
108
  - size `String` 组件大小 medium|small|mini
@@ -151,3 +151,14 @@ or
151
151
  - showExportField `Boolean` 导出时选择字段
152
152
  - operateExtraWidth `Number` 操作列增加宽度
153
153
  - title `String` 标题
154
+
155
+ ## 插槽
156
+
157
+ - expand 展开行内容
158
+ - row 当前行数据
159
+ - operateExtraButton 操作列扩展按钮
160
+ - row 当前行数据
161
+ - importBefore 导入表格前的内容
162
+ - importBefore 表单内容
163
+ - toolbarButton 工具栏按钮
164
+ - selectedRow 选中的行数据