@tawa/mario-descriptions
v0.2.6
Published
> descriptions
Downloads
7
Readme
title: Descriptions 描述列表 nav: title: 组件 path: /components order: 1 group: title: 数据展示 path: /descriptions order: 105
HDescriptions 详情展示
可以通过 fields 配置展示详情,fields 和 table fields 通用
代码演示
基础使用
API
HDescriptions
| 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | | fields | 字段定义,共用 table 的 fieldTypes | array | [] | | data | 详情数据 | object | - | | placeholder | 占位符,无数据时展示 | string | - | | column | 列数 | number | 1 | | contentLoading | 加载中状态 | boolean | false | | ...others | 参考 Descriptions | - | - |