neo-register 1.0.3 → 1.0.5
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/docs/FormItemType.md +3 -3
- package/package.json +1 -1
package/docs/FormItemType.md
CHANGED
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
### 9. NeoCRM 平台数据源相关属性配置
|
|
156
156
|
|
|
157
157
|
#### 实体相关数据源
|
|
158
|
-
- **xObjectEntityList** - 实体列表数据源 [使用文档](./
|
|
159
|
-
- **xObjectDataApi** - 实体业务数据列表数据源 [使用文档](./
|
|
160
|
-
- **xObjectDetailApi** - 实体详情数据源 [使用文档](./
|
|
158
|
+
- **xObjectEntityList** - 实体列表数据源 [使用文档](./NeoEntityApiType/xObjectEntityList.md)
|
|
159
|
+
- **xObjectDataApi** - 实体业务数据列表数据源 [使用文档](./NeoEntityApiType/xObjectDataApi.md)
|
|
160
|
+
- **xObjectDetailApi** - 实体详情数据源 [使用文档](./NeoEntityApiType/xObjectDetailApi.md)
|
|
161
161
|
|
|
162
162
|
## 使用说明
|
|
163
163
|
|