antd-form-document 4.0.9 → 4.0.10

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
@@ -781,6 +781,7 @@ const App = () => {
781
781
  | title | 字段标题 | string | - | ✓ |
782
782
  | defaultValue | 默认时长`value` | string | 000:00:00 | - |
783
783
  | defaultHide | 默认是否隐藏 | boolean | false | - |
784
+ | format | 格式化显示 | string | H小时M分S秒 | |
784
785
  | tips | 字段提示 | string | - | |
785
786
  | hideClear | 是否在控件隐藏时清除数据 | boolean | false | - |
786
787
  | hidden | 是否隐藏 | boolean | false | - |
@@ -1168,6 +1169,9 @@ const App = () => {
1168
1169
  | 参数 | 说明 | 类型 | 默认值 | 必填项 |
1169
1170
  | ----------- | ------------------------------- | ------ | ------ | ------ |
1170
1171
  | title | 表列标题 | string | undefined | |
1172
+ | text | 列显示内容 | string | - | - |
1173
+ | type | 类型 `text`、`url` | string | `text` | - |
1174
+ | ellipsis | 超过宽度将自动省略 | boolean | false | - |
1171
1175
  | dataIndex | 数据编号 `index`、from表单对应code | string | - | ✓ |
1172
1176
 
1173
1177
  **例:**