@ebiz/designer-components 0.1.124 → 0.1.126
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 +29 -29
- package/dist/designer-components.css +1 -1
- package/dist/index.mjs +35548 -33511
- package/dist/{pdf-C9oIcL2N.js → pdf-KomaE0u5.js} +891 -891
- package/package.json +1 -1
- package/src/App.vue +26 -26
- package/src/apiService/SIMPLE_DATA_SERVICE.md +284 -284
- package/src/apiService/mockDataService.js +115 -115
- package/src/apiService/simpleDataService.js +312 -312
- package/src/assets/base.css +86 -86
- package/src/assets/logo.svg +1 -1
- package/src/components/Button.vue +149 -149
- package/src/components/DataContainer.vue +40 -40
- package/src/components/EbizApproval.vue +366 -366
- package/src/components/EbizApprovalDetail.vue +169 -169
- package/src/components/EbizApprovalForm.vue +534 -534
- package/src/components/EbizApprovalV2.vue +713 -713
- package/src/components/EbizAutoForm.vue +596 -596
- package/src/components/EbizAvatar.vue +115 -115
- package/src/components/EbizCheckbox.vue +93 -93
- package/src/components/EbizCheckboxGroup.vue +69 -69
- package/src/components/EbizDepartmentSelector.vue +148 -148
- package/src/components/EbizDescriptions.vue +340 -340
- package/src/components/EbizDescriptionsItem.vue +47 -47
- package/src/components/EbizDetailBlock.vue +81 -81
- package/src/components/EbizDetailItem.vue +559 -559
- package/src/components/EbizDetailView.md +438 -438
- package/src/components/EbizDetailView.vue +355 -355
- package/src/components/EbizDialog.vue +260 -260
- package/src/components/EbizDictionarySelect.vue +229 -229
- package/src/components/EbizDiv.vue +40 -40
- package/src/components/EbizDivider.vue +96 -96
- package/src/components/EbizDormDashboard.vue +314 -314
- package/src/components/EbizDropdown.vue +135 -135
- package/src/components/EbizDropdownItem.vue +85 -85
- package/src/components/EbizEmployeeInfo.vue +144 -144
- package/src/components/EbizEmployeeSelector.vue +1160 -1160
- package/src/components/EbizFileList.vue +502 -502
- package/src/components/EbizMap.vue +541 -541
- package/src/components/EbizMeetingRoomSelector.vue +1149 -1149
- package/src/components/EbizMobileMeetingRoomSelector.vue +727 -727
- package/src/components/EbizOkrTree.vue +99 -99
- package/src/components/EbizPageHeader.vue +98 -98
- package/src/components/EbizPagination.vue +162 -162
- package/src/components/EbizParkingDashboard.vue +152 -152
- package/src/components/EbizPdfViewer.vue +540 -540
- package/src/components/EbizPopconfirm.vue +47 -47
- package/src/components/EbizQrCode.vue +167 -167
- package/src/components/EbizRadio.vue +86 -86
- package/src/components/EbizRadioGroup.vue +83 -83
- package/src/components/EbizRemoteSelect.vue +232 -232
- package/src/components/EbizRichTextEditor.vue +338 -338
- package/src/components/EbizRouteBreadcrumb.vue +46 -46
- package/src/components/EbizSApprovalProcess.vue +1456 -1426
- package/src/components/EbizSelect.vue +85 -85
- package/src/components/EbizSpace.vue +100 -100
- package/src/components/EbizStatistic.vue +149 -149
- package/src/components/EbizStatsCard.vue +113 -113
- package/src/components/EbizSwiper.vue +113 -113
- package/src/components/EbizSwiperItem.vue +13 -13
- package/src/components/EbizSwitch.vue +85 -85
- package/src/components/EbizTabHeader.vue +132 -132
- package/src/components/EbizTabPanel.vue +22 -22
- package/src/components/EbizTable.vue +469 -469
- package/src/components/EbizTableColumn.vue +116 -116
- package/src/components/EbizTableSort.vue +179 -179
- package/src/components/EbizTabs.vue +142 -142
- package/src/components/EbizTdesignButtonDialog.vue +332 -332
- package/src/components/EbizTdesignLoading.vue +107 -107
- package/src/components/EbizTimePicker.vue +143 -143
- package/src/components/EbizTitle.vue +91 -91
- package/src/components/EbizTree.vue +141 -141
- package/src/components/EbizTreeMergeTable.vue +1494 -1494
- package/src/components/EbizTreeSelector.vue +469 -469
- package/src/components/EbizVideo.vue +553 -553
- package/src/components/EbizVxeTable.vue +290 -290
- package/src/components/Form.vue +28 -28
- package/src/components/Home.vue +7 -7
- package/src/components/LaunchInterview.vue +526 -526
- package/src/components/MyComponent.vue +39 -39
- package/src/components/Table.vue +45 -45
- package/src/components/TdesignAlert.vue +115 -115
- package/src/components/TdesignButton.vue +135 -135
- package/src/components/TdesignCalendar/index.vue +145 -145
- package/src/components/TdesignCard.vue +195 -195
- package/src/components/TdesignCol.vue +101 -101
- package/src/components/TdesignCollapse.vue +142 -142
- package/src/components/TdesignCollapsePanel.vue +79 -79
- package/src/components/TdesignDatePicker.vue +124 -124
- package/src/components/TdesignDescriptions.vue +74 -74
- package/src/components/TdesignDescriptionsItem.vue +50 -50
- package/src/components/TdesignDialog.vue +225 -225
- package/src/components/TdesignForm.vue +138 -138
- package/src/components/TdesignFormItem.vue +105 -105
- package/src/components/TdesignGrid.vue +55 -55
- package/src/components/TdesignIcon.vue +67 -67
- package/src/components/TdesignImage.vue +162 -162
- package/src/components/TdesignImageViewer.vue +200 -200
- package/src/components/TdesignInput.vue +242 -242
- package/src/components/TdesignSelect.vue +446 -446
- package/src/components/TdesignTag.vue +117 -117
- package/src/components/TdesignTextarea.vue +142 -142
- package/src/components/TdesignTimeline.vue +58 -58
- package/src/components/TdesignTimelineItem.vue +71 -71
- package/src/components/TdesignUpload.vue +414 -414
- package/src/components/TdesignWatermark.vue +107 -107
- package/src/components/ebiz-form/components/cascader.vue +61 -61
- package/src/components/ebiz-form/components/checkbox.vue +37 -37
- package/src/components/ebiz-form/components/city.vue +137 -137
- package/src/components/ebiz-form/components/date-panel.vue +52 -52
- package/src/components/ebiz-form/components/date-range-panel.vue +52 -52
- package/src/components/ebiz-form/components/date-range.vue +56 -56
- package/src/components/ebiz-form/components/date.vue +52 -52
- package/src/components/ebiz-form/components/editor-multi-language.vue +47 -47
- package/src/components/ebiz-form/components/editor.vue +78 -78
- package/src/components/ebiz-form/components/file-multi-language.vue +52 -52
- package/src/components/ebiz-form/components/file.vue +149 -149
- package/src/components/ebiz-form/components/images-multi-language.vue +52 -52
- package/src/components/ebiz-form/components/images.vue +129 -129
- package/src/components/ebiz-form/components/img-multi-language.vue +51 -51
- package/src/components/ebiz-form/components/img.vue +129 -129
- package/src/components/ebiz-form/components/number.vue +50 -50
- package/src/components/ebiz-form/components/radio.vue +28 -28
- package/src/components/ebiz-form/components/select.vue +119 -119
- package/src/components/ebiz-form/components/switch.vue +23 -23
- package/src/components/ebiz-form/components/text-multi-language.vue +47 -47
- package/src/components/ebiz-form/components/text.vue +52 -52
- package/src/components/ebiz-form/components/textarea-multi-language.vue +48 -48
- package/src/components/ebiz-form/components/textarea.vue +29 -29
- package/src/components/ebiz-form/components/video-multi-language.vue +51 -51
- package/src/components/ebiz-form/components/video.vue +97 -97
- package/src/components/ebiz-form/index.vue +157 -157
- package/src/components/examples/PopconfirmExample.vue +149 -149
- package/src/components/icons/IconCommunity.vue +7 -7
- package/src/components/icons/IconDocumentation.vue +7 -7
- package/src/components/icons/IconEcosystem.vue +7 -7
- package/src/components/icons/IconSupport.vue +7 -7
- package/src/components/icons/IconTooling.vue +19 -19
- package/src/components/mItems/UserInfo.vue +349 -349
- package/src/components/senior/EbizApprovalList/ApprovalList.vue +127 -127
- package/src/components/senior/EbizSData/index.vue +280 -280
- package/src/components/senior/EbizSDialog/index.vue +776 -776
- package/src/components/senior/EbizSForm/README.md +157 -157
- package/src/components/senior/EbizSForm/index.vue +667 -667
- package/src/components/senior/EbizSForm/item.vue +1011 -1011
- package/src/components/senior/EbizSForm/mItems/DateTimePicker.vue +51 -51
- package/src/components/senior/EbizSForm/mItems/Picker.vue +63 -63
- package/src/index.js +327 -327
- package/src/main.js +55 -55
- package/src/router/index.js +436 -436
- package/src/utils/formatCode.js +24 -24
- package/src/utils/generateImportStatement.js +52 -52
- package/src/utils/hasJsx.js +25 -25
- package/src/utils/index.js +166 -166
- package/src/utils/mergeOptions.js +29 -29
- package/src/utils/parseRequiredBlocks.js +18 -18
- package/src/utils/vue-sfc-validator.js +155 -155
- package/src/views/Button.vue +23 -23
- package/src/views/CheckboxDemo.vue +104 -104
- package/src/views/DataContainer.vue +19 -19
- package/src/views/DialogDemo.vue +125 -125
- package/src/views/EbizApprovalDemo.vue +87 -87
- package/src/views/EbizApprovalFormDemo.vue +207 -207
- package/src/views/EbizAutoFormDemo.vue +129 -129
- package/src/views/EbizAvatar.vue +223 -223
- package/src/views/EbizDepartmentSelectorDemo.vue +169 -169
- package/src/views/EbizDetailBlockDemo.vue +30 -30
- package/src/views/EbizDetailViewDemo.vue +412 -412
- package/src/views/EbizDormDashboardDemo.vue +87 -87
- package/src/views/EbizEmployeeInfo.vue +249 -249
- package/src/views/EbizEmployeeSelector.vue +85 -85
- package/src/views/EbizFileListDemo.vue +339 -339
- package/src/views/EbizMap.vue +201 -201
- package/src/views/EbizMeetingRoomSelectorDemo.vue +293 -293
- package/src/views/EbizMobileMeetingRoomSelectorDemo.vue +566 -566
- package/src/views/EbizParkingDashboardDemo.vue +28 -28
- package/src/views/EbizRadioDemo.vue +151 -151
- package/src/views/EbizSDataDemo.vue +136 -136
- package/src/views/EbizSDialogDemo.vue +303 -303
- package/src/views/EbizSForm/index.vue +352 -352
- package/src/views/EbizSFormDemo.vue +420 -420
- package/src/views/EbizSpace.vue +185 -185
- package/src/views/EbizSwiper.vue +157 -157
- package/src/views/EbizTdesignButtonDialogExample.vue +437 -437
- package/src/views/Form.vue +19 -19
- package/src/views/GridDemo.vue +238 -238
- package/src/views/Home.vue +156 -156
- package/src/views/LaunchInterviewDemo.vue +111 -111
- package/src/views/Mindmap.vue +17 -17
- package/src/views/MyComponent.vue +19 -19
- package/src/views/OkrTree.vue +19 -19
- package/src/views/PageHeaderDemo.vue +104 -104
- package/src/views/PaginationDemo.vue +96 -96
- package/src/views/PdfViewerDemo.vue +433 -433
- package/src/views/PermissionBoxDemo.vue +85 -85
- package/src/views/PopconfirmDemo.vue +80 -80
- package/src/views/RemoteSelect.vue +350 -350
- package/src/views/StatisticDemo.vue +190 -190
- package/src/views/SwitchDemo.vue +79 -79
- package/src/views/Table.vue +19 -19
- package/src/views/TableDemo.vue +334 -334
- package/src/views/TableSortDemo.vue +143 -143
- package/src/views/TableView.vue +68 -68
- package/src/views/TabsDemo.vue +282 -282
- package/src/views/TagDemo.vue +101 -101
- package/src/views/TdesignAlert.vue +98 -98
- package/src/views/TdesignButton.vue +190 -190
- package/src/views/TdesignCalendar.vue +94 -94
- package/src/views/TdesignCard.vue +296 -296
- package/src/views/TdesignCollapse.vue +293 -293
- package/src/views/TdesignDatePicker.vue +187 -187
- package/src/views/TdesignDescriptions.vue +101 -101
- package/src/views/TdesignForm.vue +248 -248
- package/src/views/TdesignIcon.vue +203 -203
- package/src/views/TdesignImage.vue +215 -215
- package/src/views/TdesignImageViewer.vue +198 -198
- package/src/views/TdesignInput.vue +252 -252
- package/src/views/TdesignSelect.vue +473 -473
- package/src/views/TdesignSwiper.vue +157 -157
- package/src/views/TextareaDemo.vue +93 -93
- package/src/views/TimePickerDemo.vue +146 -146
- package/src/views/TimelineDemo.vue +160 -160
- package/src/views/Title.vue +19 -19
- package/src/views/TreeDemo.vue +254 -254
- package/src/views/TreeMergeTableDemo.vue +239 -239
- package/src/views/TreeSelectorDemo.vue +245 -245
- package/src/views/UploadDemo.vue +128 -128
- package/src/views/VideoDemo.vue +245 -245
- package/src/views/VxeTableDemo.vue +279 -279
- package/src/views/WatermarkDemo.vue +85 -85
|
@@ -1,439 +1,439 @@
|
|
|
1
|
-
# EbizDetailView 详情页组件
|
|
2
|
-
|
|
3
|
-
## 组件简介
|
|
4
|
-
|
|
5
|
-
EbizDetailView 是一个功能强大的详情页组件,支持通过JSON配置的方式定义显示字段和字段类型。组件采用灵活的布局系统,支持多种字段类型渲染,并能对字段进行分组展示。
|
|
6
|
-
|
|
7
|
-
## 功能特性
|
|
8
|
-
|
|
9
|
-
- ✅ **JSON配置驱动**:通过JSON配置定义字段结构和显示方式
|
|
10
|
-
- ✅ **多种字段类型**:支持文本、用户、文件、日期、状态、标签、链接、富文本等类型
|
|
11
|
-
- ✅ **灵活布局**:支持水平/垂直布局,可调整显示列数
|
|
12
|
-
- ✅ **字段分组**:支持按组名称对字段进行分组显示
|
|
13
|
-
- ✅ **样式定制**:可自定义标签颜色、间距等样式属性
|
|
14
|
-
- ✅ **事件支持**:支持文件下载、用户点击、链接点击等事件
|
|
15
|
-
|
|
16
|
-
## 基础用法
|
|
17
|
-
|
|
18
|
-
```vue
|
|
19
|
-
<template>
|
|
20
|
-
<EbizDetailView
|
|
21
|
-
:fields="fields"
|
|
22
|
-
:data="data"
|
|
23
|
-
:columns="2"
|
|
24
|
-
layout="horizontal"
|
|
25
|
-
@download-file="handleDownloadFile"
|
|
26
|
-
/>
|
|
27
|
-
</template>
|
|
28
|
-
|
|
29
|
-
<script setup>
|
|
30
|
-
import { EbizDetailView } from '@ebiz/designer-components'
|
|
31
|
-
|
|
32
|
-
const fields = [
|
|
33
|
-
{
|
|
34
|
-
key: 'name',
|
|
35
|
-
label: '姓名',
|
|
36
|
-
type: 'text',
|
|
37
|
-
group: '基本信息',
|
|
38
|
-
required: true
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
key: 'status',
|
|
42
|
-
label: '状态',
|
|
43
|
-
type: 'status',
|
|
44
|
-
group: '基本信息'
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
|
|
48
|
-
const data = {
|
|
49
|
-
name: '张三',
|
|
50
|
-
status: {
|
|
51
|
-
text: '在职',
|
|
52
|
-
status: 'success'
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
const handleDownloadFile = (file) => {
|
|
57
|
-
// 处理文件下载
|
|
58
|
-
}
|
|
59
|
-
</script>
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## 字段类型说明
|
|
63
|
-
|
|
64
|
-
### 1. 文本类型 (text)
|
|
65
|
-
显示普通文本内容。
|
|
66
|
-
|
|
67
|
-
```json
|
|
68
|
-
{
|
|
69
|
-
"key": "name",
|
|
70
|
-
"label": "姓名",
|
|
71
|
-
"type": "text",
|
|
72
|
-
"group": "基本信息"
|
|
73
|
-
}
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
### 2. 用户类型 (user)
|
|
77
|
-
展示用户信息,包含头像、姓名、部门等。
|
|
78
|
-
|
|
79
|
-
```json
|
|
80
|
-
{
|
|
81
|
-
"key": "manager",
|
|
82
|
-
"label": "负责人",
|
|
83
|
-
"type": "user",
|
|
84
|
-
"group": "团队信息"
|
|
85
|
-
}
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
数据格式:
|
|
89
|
-
```json
|
|
90
|
-
{
|
|
91
|
-
"manager": [
|
|
92
|
-
{
|
|
93
|
-
"id": "1",
|
|
94
|
-
"name": "张经理",
|
|
95
|
-
"department": "产品部",
|
|
96
|
-
"avatar": "https://example.com/avatar.jpg"
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
}
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
### 3. 文件类型 (file)
|
|
103
|
-
展示文件列表,支持图片预览和文件下载。
|
|
104
|
-
|
|
105
|
-
```json
|
|
106
|
-
{
|
|
107
|
-
"key": "documents",
|
|
108
|
-
"label": "相关文档",
|
|
109
|
-
"type": "file",
|
|
110
|
-
"group": "附件"
|
|
111
|
-
}
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
数据格式:
|
|
115
|
-
```json
|
|
116
|
-
{
|
|
117
|
-
"documents": [
|
|
118
|
-
{
|
|
119
|
-
"id": "1",
|
|
120
|
-
"name": "项目方案.pdf",
|
|
121
|
-
"size": 1024576,
|
|
122
|
-
"url": "https://example.com/doc.pdf"
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
}
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
### 4. 日期类型 (date)
|
|
129
|
-
格式化显示日期。
|
|
130
|
-
|
|
131
|
-
```json
|
|
132
|
-
{
|
|
133
|
-
"key": "createTime",
|
|
134
|
-
"label": "创建时间",
|
|
135
|
-
"type": "date",
|
|
136
|
-
"group": "时间信息"
|
|
137
|
-
}
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
### 5. 状态类型 (status)
|
|
141
|
-
显示带样式的状态标签。
|
|
142
|
-
|
|
143
|
-
```json
|
|
144
|
-
{
|
|
145
|
-
"key": "status",
|
|
146
|
-
"label": "状态",
|
|
147
|
-
"type": "status",
|
|
148
|
-
"group": "基本信息"
|
|
149
|
-
}
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
数据格式:
|
|
153
|
-
```json
|
|
154
|
-
{
|
|
155
|
-
"status": {
|
|
156
|
-
"text": "进行中",
|
|
157
|
-
"status": "success" // success | warning | error | info
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
### 6. 标签类型 (tags)
|
|
163
|
-
显示标签列表。
|
|
164
|
-
|
|
165
|
-
```json
|
|
166
|
-
{
|
|
167
|
-
"key": "tags",
|
|
168
|
-
"label": "标签",
|
|
169
|
-
"type": "tags",
|
|
170
|
-
"group": "分类信息"
|
|
171
|
-
}
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
数据格式:
|
|
175
|
-
```json
|
|
176
|
-
{
|
|
177
|
-
"tags": ["前端", "Vue3", "组件库"]
|
|
178
|
-
}
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
### 7. 链接类型 (link)
|
|
182
|
-
显示可点击的链接。
|
|
183
|
-
|
|
184
|
-
```json
|
|
185
|
-
{
|
|
186
|
-
"key": "website",
|
|
187
|
-
"label": "官网",
|
|
188
|
-
"type": "link",
|
|
189
|
-
"group": "外部链接"
|
|
190
|
-
}
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
数据格式:
|
|
194
|
-
```json
|
|
195
|
-
{
|
|
196
|
-
"website": {
|
|
197
|
-
"text": "访问官网",
|
|
198
|
-
"url": "https://example.com"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
### 8. 富文本类型 (html)
|
|
204
|
-
渲染HTML内容。
|
|
205
|
-
|
|
206
|
-
```json
|
|
207
|
-
{
|
|
208
|
-
"key": "description",
|
|
209
|
-
"label": "详细描述",
|
|
210
|
-
"type": "html",
|
|
211
|
-
"group": "详细信息"
|
|
212
|
-
}
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
## Props 参数
|
|
216
|
-
|
|
217
|
-
| 参数 | 类型 | 默认值 | 说明 |
|
|
218
|
-
|------|------|--------|------|
|
|
219
|
-
| fields | Array | [] | 字段配置数组 |
|
|
220
|
-
| data | Object | {} | 数据源对象 |
|
|
221
|
-
| columns | Number | 2 | 显示列数,取值范围1-6 |
|
|
222
|
-
| layout | String | 'horizontal' | 布局方式:horizontal/vertical |
|
|
223
|
-
| gap | Number | 16 | 字段间距,单位px |
|
|
224
|
-
| labelColor | String | '#666666' | 标签文字颜色 |
|
|
225
|
-
|
|
226
|
-
## 字段配置说明
|
|
227
|
-
|
|
228
|
-
每个字段配置对象包含以下属性:
|
|
229
|
-
|
|
230
|
-
| 属性 | 类型 | 必填 | 说明 |
|
|
231
|
-
|------|------|------|------|
|
|
232
|
-
| key | String | ✅ | 字段键名,对应data中的属性 |
|
|
233
|
-
| label | String | ✅ | 字段显示标签 |
|
|
234
|
-
| type | String | ✅ | 字段类型 |
|
|
235
|
-
| group | String | ❌ | 分组名称,用于字段分组 |
|
|
236
|
-
| required | Boolean | ❌ | 是否必填,显示红色星号 |
|
|
237
|
-
| description | String | ❌ | 字段描述文本 |
|
|
238
|
-
| defaultValue | Any | ❌ | 默认值 |
|
|
239
|
-
|
|
240
|
-
## Events 事件
|
|
241
|
-
|
|
242
|
-
| 事件名 | 参数 | 说明 |
|
|
243
|
-
|--------|------|------|
|
|
244
|
-
| download-file | file | 点击文件下载时触发 |
|
|
245
|
-
| user-click | user | 点击用户信息时触发 |
|
|
246
|
-
| link-click | link | 点击链接时触发 |
|
|
247
|
-
|
|
248
|
-
## 布局配置
|
|
249
|
-
|
|
250
|
-
### 水平布局 (horizontal)
|
|
251
|
-
标签和值在同一行显示,标签在左,值在右。
|
|
252
|
-
|
|
253
|
-
```vue
|
|
254
|
-
<EbizDetailView
|
|
255
|
-
:fields="fields"
|
|
256
|
-
:data="data"
|
|
257
|
-
layout="horizontal"
|
|
258
|
-
:columns="2"
|
|
259
|
-
/>
|
|
260
|
-
```
|
|
261
|
-
|
|
262
|
-
### 垂直布局 (vertical)
|
|
263
|
-
标签在上,值在下,垂直排列。
|
|
264
|
-
|
|
265
|
-
```vue
|
|
266
|
-
<EbizDetailView
|
|
267
|
-
:fields="fields"
|
|
268
|
-
:data="data"
|
|
269
|
-
layout="vertical"
|
|
270
|
-
:columns="3"
|
|
271
|
-
/>
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
## 分组展示
|
|
275
|
-
|
|
276
|
-
通过字段配置中的 `group` 属性可以对字段进行分组:
|
|
277
|
-
|
|
278
|
-
```json
|
|
279
|
-
[
|
|
280
|
-
{
|
|
281
|
-
"key": "name",
|
|
282
|
-
"label": "姓名",
|
|
283
|
-
"type": "text",
|
|
284
|
-
"group": "基本信息"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"key": "phone",
|
|
288
|
-
"label": "电话",
|
|
289
|
-
"type": "text",
|
|
290
|
-
"group": "联系方式"
|
|
291
|
-
}
|
|
292
|
-
]
|
|
293
|
-
```
|
|
294
|
-
|
|
295
|
-
分组标题会自动显示,带有蓝色左侧边条装饰。
|
|
296
|
-
|
|
297
|
-
## 样式定制
|
|
298
|
-
|
|
299
|
-
### 自定义标签颜色
|
|
300
|
-
```vue
|
|
301
|
-
<EbizDetailView
|
|
302
|
-
:fields="fields"
|
|
303
|
-
:data="data"
|
|
304
|
-
labelColor="#333333"
|
|
305
|
-
/>
|
|
306
|
-
```
|
|
307
|
-
|
|
308
|
-
### 自定义间距
|
|
309
|
-
```vue
|
|
310
|
-
<EbizDetailView
|
|
311
|
-
:fields="fields"
|
|
312
|
-
:data="data"
|
|
313
|
-
:gap="20"
|
|
314
|
-
/>
|
|
315
|
-
```
|
|
316
|
-
|
|
317
|
-
## 完整示例
|
|
318
|
-
|
|
319
|
-
```vue
|
|
320
|
-
<template>
|
|
321
|
-
<EbizDetailView
|
|
322
|
-
:fields="complexFields"
|
|
323
|
-
:data="complexData"
|
|
324
|
-
:columns="2"
|
|
325
|
-
layout="horizontal"
|
|
326
|
-
:gap="16"
|
|
327
|
-
labelColor="#666666"
|
|
328
|
-
@download-file="handleDownloadFile"
|
|
329
|
-
@user-click="handleUserClick"
|
|
330
|
-
@link-click="handleLinkClick"
|
|
331
|
-
/>
|
|
332
|
-
</template>
|
|
333
|
-
|
|
334
|
-
<script setup>
|
|
335
|
-
import { EbizDetailView } from '@ebiz/designer-components'
|
|
336
|
-
|
|
337
|
-
const complexFields = [
|
|
338
|
-
{
|
|
339
|
-
key: 'title',
|
|
340
|
-
label: '项目名称',
|
|
341
|
-
type: 'text',
|
|
342
|
-
group: '项目信息',
|
|
343
|
-
required: true
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
key: 'manager',
|
|
347
|
-
label: '项目经理',
|
|
348
|
-
type: 'user',
|
|
349
|
-
group: '项目信息'
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
key: 'status',
|
|
353
|
-
label: '项目状态',
|
|
354
|
-
type: 'status',
|
|
355
|
-
group: '项目信息'
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
key: 'documents',
|
|
359
|
-
label: '项目文档',
|
|
360
|
-
type: 'file',
|
|
361
|
-
group: '附件资源'
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
key: 'tags',
|
|
365
|
-
label: '项目标签',
|
|
366
|
-
type: 'tags',
|
|
367
|
-
group: '分类信息'
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
key: 'website',
|
|
371
|
-
label: '项目官网',
|
|
372
|
-
type: 'link',
|
|
373
|
-
group: '外部链接'
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
|
|
377
|
-
const complexData = {
|
|
378
|
-
title: 'TinyEngine 低代码平台',
|
|
379
|
-
manager: [
|
|
380
|
-
{
|
|
381
|
-
id: '1',
|
|
382
|
-
name: '李经理',
|
|
383
|
-
department: '产品部',
|
|
384
|
-
avatar: 'https://avatars.githubusercontent.com/u/1?v=4'
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
status: {
|
|
388
|
-
text: '进行中',
|
|
389
|
-
status: 'success'
|
|
390
|
-
},
|
|
391
|
-
documents: [
|
|
392
|
-
{
|
|
393
|
-
id: '1',
|
|
394
|
-
name: '项目需求文档.docx',
|
|
395
|
-
size: 1024576,
|
|
396
|
-
url: 'https://example.com/docs/requirements.docx'
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
tags: ['前端', '低代码', 'Vue3'],
|
|
400
|
-
website: {
|
|
401
|
-
text: 'TinyEngine 官网',
|
|
402
|
-
url: 'https://opentiny.design/tiny-engine'
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
const handleDownloadFile = (file) => {
|
|
407
|
-
// 实现文件下载逻辑
|
|
408
|
-
const link = document.createElement('a')
|
|
409
|
-
link.href = file.url
|
|
410
|
-
link.download = file.name
|
|
411
|
-
link.click()
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
const handleUserClick = (user) => {
|
|
415
|
-
// 处理用户点击事件
|
|
416
|
-
console.log('查看用户详情:', user)
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
const handleLinkClick = (link) => {
|
|
420
|
-
// 处理链接点击事件
|
|
421
|
-
window.open(link.url, '_blank')
|
|
422
|
-
}
|
|
423
|
-
</script>
|
|
424
|
-
```
|
|
425
|
-
|
|
426
|
-
## 注意事项
|
|
427
|
-
|
|
428
|
-
1. **数据格式**:确保传入的data对象包含fields中定义的所有key
|
|
429
|
-
2. **文件类型**:file类型字段的数据必须是数组格式
|
|
430
|
-
3. **用户类型**:user类型字段的数据必须是数组格式,即使只有一个用户
|
|
431
|
-
4. **状态类型**:status类型字段需要包含text和status两个属性
|
|
432
|
-
5. **性能优化**:对于大量数据,建议使用虚拟滚动或分页
|
|
433
|
-
|
|
434
|
-
## 浏览器兼容性
|
|
435
|
-
|
|
436
|
-
- Chrome 60+
|
|
437
|
-
- Firefox 55+
|
|
438
|
-
- Safari 12+
|
|
1
|
+
# EbizDetailView 详情页组件
|
|
2
|
+
|
|
3
|
+
## 组件简介
|
|
4
|
+
|
|
5
|
+
EbizDetailView 是一个功能强大的详情页组件,支持通过JSON配置的方式定义显示字段和字段类型。组件采用灵活的布局系统,支持多种字段类型渲染,并能对字段进行分组展示。
|
|
6
|
+
|
|
7
|
+
## 功能特性
|
|
8
|
+
|
|
9
|
+
- ✅ **JSON配置驱动**:通过JSON配置定义字段结构和显示方式
|
|
10
|
+
- ✅ **多种字段类型**:支持文本、用户、文件、日期、状态、标签、链接、富文本等类型
|
|
11
|
+
- ✅ **灵活布局**:支持水平/垂直布局,可调整显示列数
|
|
12
|
+
- ✅ **字段分组**:支持按组名称对字段进行分组显示
|
|
13
|
+
- ✅ **样式定制**:可自定义标签颜色、间距等样式属性
|
|
14
|
+
- ✅ **事件支持**:支持文件下载、用户点击、链接点击等事件
|
|
15
|
+
|
|
16
|
+
## 基础用法
|
|
17
|
+
|
|
18
|
+
```vue
|
|
19
|
+
<template>
|
|
20
|
+
<EbizDetailView
|
|
21
|
+
:fields="fields"
|
|
22
|
+
:data="data"
|
|
23
|
+
:columns="2"
|
|
24
|
+
layout="horizontal"
|
|
25
|
+
@download-file="handleDownloadFile"
|
|
26
|
+
/>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<script setup>
|
|
30
|
+
import { EbizDetailView } from '@ebiz/designer-components'
|
|
31
|
+
|
|
32
|
+
const fields = [
|
|
33
|
+
{
|
|
34
|
+
key: 'name',
|
|
35
|
+
label: '姓名',
|
|
36
|
+
type: 'text',
|
|
37
|
+
group: '基本信息',
|
|
38
|
+
required: true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
key: 'status',
|
|
42
|
+
label: '状态',
|
|
43
|
+
type: 'status',
|
|
44
|
+
group: '基本信息'
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
const data = {
|
|
49
|
+
name: '张三',
|
|
50
|
+
status: {
|
|
51
|
+
text: '在职',
|
|
52
|
+
status: 'success'
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const handleDownloadFile = (file) => {
|
|
57
|
+
// 处理文件下载
|
|
58
|
+
}
|
|
59
|
+
</script>
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## 字段类型说明
|
|
63
|
+
|
|
64
|
+
### 1. 文本类型 (text)
|
|
65
|
+
显示普通文本内容。
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"key": "name",
|
|
70
|
+
"label": "姓名",
|
|
71
|
+
"type": "text",
|
|
72
|
+
"group": "基本信息"
|
|
73
|
+
}
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### 2. 用户类型 (user)
|
|
77
|
+
展示用户信息,包含头像、姓名、部门等。
|
|
78
|
+
|
|
79
|
+
```json
|
|
80
|
+
{
|
|
81
|
+
"key": "manager",
|
|
82
|
+
"label": "负责人",
|
|
83
|
+
"type": "user",
|
|
84
|
+
"group": "团队信息"
|
|
85
|
+
}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
数据格式:
|
|
89
|
+
```json
|
|
90
|
+
{
|
|
91
|
+
"manager": [
|
|
92
|
+
{
|
|
93
|
+
"id": "1",
|
|
94
|
+
"name": "张经理",
|
|
95
|
+
"department": "产品部",
|
|
96
|
+
"avatar": "https://example.com/avatar.jpg"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
### 3. 文件类型 (file)
|
|
103
|
+
展示文件列表,支持图片预览和文件下载。
|
|
104
|
+
|
|
105
|
+
```json
|
|
106
|
+
{
|
|
107
|
+
"key": "documents",
|
|
108
|
+
"label": "相关文档",
|
|
109
|
+
"type": "file",
|
|
110
|
+
"group": "附件"
|
|
111
|
+
}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
数据格式:
|
|
115
|
+
```json
|
|
116
|
+
{
|
|
117
|
+
"documents": [
|
|
118
|
+
{
|
|
119
|
+
"id": "1",
|
|
120
|
+
"name": "项目方案.pdf",
|
|
121
|
+
"size": 1024576,
|
|
122
|
+
"url": "https://example.com/doc.pdf"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### 4. 日期类型 (date)
|
|
129
|
+
格式化显示日期。
|
|
130
|
+
|
|
131
|
+
```json
|
|
132
|
+
{
|
|
133
|
+
"key": "createTime",
|
|
134
|
+
"label": "创建时间",
|
|
135
|
+
"type": "date",
|
|
136
|
+
"group": "时间信息"
|
|
137
|
+
}
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### 5. 状态类型 (status)
|
|
141
|
+
显示带样式的状态标签。
|
|
142
|
+
|
|
143
|
+
```json
|
|
144
|
+
{
|
|
145
|
+
"key": "status",
|
|
146
|
+
"label": "状态",
|
|
147
|
+
"type": "status",
|
|
148
|
+
"group": "基本信息"
|
|
149
|
+
}
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
数据格式:
|
|
153
|
+
```json
|
|
154
|
+
{
|
|
155
|
+
"status": {
|
|
156
|
+
"text": "进行中",
|
|
157
|
+
"status": "success" // success | warning | error | info
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### 6. 标签类型 (tags)
|
|
163
|
+
显示标签列表。
|
|
164
|
+
|
|
165
|
+
```json
|
|
166
|
+
{
|
|
167
|
+
"key": "tags",
|
|
168
|
+
"label": "标签",
|
|
169
|
+
"type": "tags",
|
|
170
|
+
"group": "分类信息"
|
|
171
|
+
}
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
数据格式:
|
|
175
|
+
```json
|
|
176
|
+
{
|
|
177
|
+
"tags": ["前端", "Vue3", "组件库"]
|
|
178
|
+
}
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
### 7. 链接类型 (link)
|
|
182
|
+
显示可点击的链接。
|
|
183
|
+
|
|
184
|
+
```json
|
|
185
|
+
{
|
|
186
|
+
"key": "website",
|
|
187
|
+
"label": "官网",
|
|
188
|
+
"type": "link",
|
|
189
|
+
"group": "外部链接"
|
|
190
|
+
}
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
数据格式:
|
|
194
|
+
```json
|
|
195
|
+
{
|
|
196
|
+
"website": {
|
|
197
|
+
"text": "访问官网",
|
|
198
|
+
"url": "https://example.com"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### 8. 富文本类型 (html)
|
|
204
|
+
渲染HTML内容。
|
|
205
|
+
|
|
206
|
+
```json
|
|
207
|
+
{
|
|
208
|
+
"key": "description",
|
|
209
|
+
"label": "详细描述",
|
|
210
|
+
"type": "html",
|
|
211
|
+
"group": "详细信息"
|
|
212
|
+
}
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## Props 参数
|
|
216
|
+
|
|
217
|
+
| 参数 | 类型 | 默认值 | 说明 |
|
|
218
|
+
|------|------|--------|------|
|
|
219
|
+
| fields | Array | [] | 字段配置数组 |
|
|
220
|
+
| data | Object | {} | 数据源对象 |
|
|
221
|
+
| columns | Number | 2 | 显示列数,取值范围1-6 |
|
|
222
|
+
| layout | String | 'horizontal' | 布局方式:horizontal/vertical |
|
|
223
|
+
| gap | Number | 16 | 字段间距,单位px |
|
|
224
|
+
| labelColor | String | '#666666' | 标签文字颜色 |
|
|
225
|
+
|
|
226
|
+
## 字段配置说明
|
|
227
|
+
|
|
228
|
+
每个字段配置对象包含以下属性:
|
|
229
|
+
|
|
230
|
+
| 属性 | 类型 | 必填 | 说明 |
|
|
231
|
+
|------|------|------|------|
|
|
232
|
+
| key | String | ✅ | 字段键名,对应data中的属性 |
|
|
233
|
+
| label | String | ✅ | 字段显示标签 |
|
|
234
|
+
| type | String | ✅ | 字段类型 |
|
|
235
|
+
| group | String | ❌ | 分组名称,用于字段分组 |
|
|
236
|
+
| required | Boolean | ❌ | 是否必填,显示红色星号 |
|
|
237
|
+
| description | String | ❌ | 字段描述文本 |
|
|
238
|
+
| defaultValue | Any | ❌ | 默认值 |
|
|
239
|
+
|
|
240
|
+
## Events 事件
|
|
241
|
+
|
|
242
|
+
| 事件名 | 参数 | 说明 |
|
|
243
|
+
|--------|------|------|
|
|
244
|
+
| download-file | file | 点击文件下载时触发 |
|
|
245
|
+
| user-click | user | 点击用户信息时触发 |
|
|
246
|
+
| link-click | link | 点击链接时触发 |
|
|
247
|
+
|
|
248
|
+
## 布局配置
|
|
249
|
+
|
|
250
|
+
### 水平布局 (horizontal)
|
|
251
|
+
标签和值在同一行显示,标签在左,值在右。
|
|
252
|
+
|
|
253
|
+
```vue
|
|
254
|
+
<EbizDetailView
|
|
255
|
+
:fields="fields"
|
|
256
|
+
:data="data"
|
|
257
|
+
layout="horizontal"
|
|
258
|
+
:columns="2"
|
|
259
|
+
/>
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### 垂直布局 (vertical)
|
|
263
|
+
标签在上,值在下,垂直排列。
|
|
264
|
+
|
|
265
|
+
```vue
|
|
266
|
+
<EbizDetailView
|
|
267
|
+
:fields="fields"
|
|
268
|
+
:data="data"
|
|
269
|
+
layout="vertical"
|
|
270
|
+
:columns="3"
|
|
271
|
+
/>
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
## 分组展示
|
|
275
|
+
|
|
276
|
+
通过字段配置中的 `group` 属性可以对字段进行分组:
|
|
277
|
+
|
|
278
|
+
```json
|
|
279
|
+
[
|
|
280
|
+
{
|
|
281
|
+
"key": "name",
|
|
282
|
+
"label": "姓名",
|
|
283
|
+
"type": "text",
|
|
284
|
+
"group": "基本信息"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"key": "phone",
|
|
288
|
+
"label": "电话",
|
|
289
|
+
"type": "text",
|
|
290
|
+
"group": "联系方式"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
分组标题会自动显示,带有蓝色左侧边条装饰。
|
|
296
|
+
|
|
297
|
+
## 样式定制
|
|
298
|
+
|
|
299
|
+
### 自定义标签颜色
|
|
300
|
+
```vue
|
|
301
|
+
<EbizDetailView
|
|
302
|
+
:fields="fields"
|
|
303
|
+
:data="data"
|
|
304
|
+
labelColor="#333333"
|
|
305
|
+
/>
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
### 自定义间距
|
|
309
|
+
```vue
|
|
310
|
+
<EbizDetailView
|
|
311
|
+
:fields="fields"
|
|
312
|
+
:data="data"
|
|
313
|
+
:gap="20"
|
|
314
|
+
/>
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
## 完整示例
|
|
318
|
+
|
|
319
|
+
```vue
|
|
320
|
+
<template>
|
|
321
|
+
<EbizDetailView
|
|
322
|
+
:fields="complexFields"
|
|
323
|
+
:data="complexData"
|
|
324
|
+
:columns="2"
|
|
325
|
+
layout="horizontal"
|
|
326
|
+
:gap="16"
|
|
327
|
+
labelColor="#666666"
|
|
328
|
+
@download-file="handleDownloadFile"
|
|
329
|
+
@user-click="handleUserClick"
|
|
330
|
+
@link-click="handleLinkClick"
|
|
331
|
+
/>
|
|
332
|
+
</template>
|
|
333
|
+
|
|
334
|
+
<script setup>
|
|
335
|
+
import { EbizDetailView } from '@ebiz/designer-components'
|
|
336
|
+
|
|
337
|
+
const complexFields = [
|
|
338
|
+
{
|
|
339
|
+
key: 'title',
|
|
340
|
+
label: '项目名称',
|
|
341
|
+
type: 'text',
|
|
342
|
+
group: '项目信息',
|
|
343
|
+
required: true
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
key: 'manager',
|
|
347
|
+
label: '项目经理',
|
|
348
|
+
type: 'user',
|
|
349
|
+
group: '项目信息'
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
key: 'status',
|
|
353
|
+
label: '项目状态',
|
|
354
|
+
type: 'status',
|
|
355
|
+
group: '项目信息'
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
key: 'documents',
|
|
359
|
+
label: '项目文档',
|
|
360
|
+
type: 'file',
|
|
361
|
+
group: '附件资源'
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
key: 'tags',
|
|
365
|
+
label: '项目标签',
|
|
366
|
+
type: 'tags',
|
|
367
|
+
group: '分类信息'
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
key: 'website',
|
|
371
|
+
label: '项目官网',
|
|
372
|
+
type: 'link',
|
|
373
|
+
group: '外部链接'
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
|
|
377
|
+
const complexData = {
|
|
378
|
+
title: 'TinyEngine 低代码平台',
|
|
379
|
+
manager: [
|
|
380
|
+
{
|
|
381
|
+
id: '1',
|
|
382
|
+
name: '李经理',
|
|
383
|
+
department: '产品部',
|
|
384
|
+
avatar: 'https://avatars.githubusercontent.com/u/1?v=4'
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
status: {
|
|
388
|
+
text: '进行中',
|
|
389
|
+
status: 'success'
|
|
390
|
+
},
|
|
391
|
+
documents: [
|
|
392
|
+
{
|
|
393
|
+
id: '1',
|
|
394
|
+
name: '项目需求文档.docx',
|
|
395
|
+
size: 1024576,
|
|
396
|
+
url: 'https://example.com/docs/requirements.docx'
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
tags: ['前端', '低代码', 'Vue3'],
|
|
400
|
+
website: {
|
|
401
|
+
text: 'TinyEngine 官网',
|
|
402
|
+
url: 'https://opentiny.design/tiny-engine'
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
const handleDownloadFile = (file) => {
|
|
407
|
+
// 实现文件下载逻辑
|
|
408
|
+
const link = document.createElement('a')
|
|
409
|
+
link.href = file.url
|
|
410
|
+
link.download = file.name
|
|
411
|
+
link.click()
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
const handleUserClick = (user) => {
|
|
415
|
+
// 处理用户点击事件
|
|
416
|
+
console.log('查看用户详情:', user)
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
const handleLinkClick = (link) => {
|
|
420
|
+
// 处理链接点击事件
|
|
421
|
+
window.open(link.url, '_blank')
|
|
422
|
+
}
|
|
423
|
+
</script>
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
## 注意事项
|
|
427
|
+
|
|
428
|
+
1. **数据格式**:确保传入的data对象包含fields中定义的所有key
|
|
429
|
+
2. **文件类型**:file类型字段的数据必须是数组格式
|
|
430
|
+
3. **用户类型**:user类型字段的数据必须是数组格式,即使只有一个用户
|
|
431
|
+
4. **状态类型**:status类型字段需要包含text和status两个属性
|
|
432
|
+
5. **性能优化**:对于大量数据,建议使用虚拟滚动或分页
|
|
433
|
+
|
|
434
|
+
## 浏览器兼容性
|
|
435
|
+
|
|
436
|
+
- Chrome 60+
|
|
437
|
+
- Firefox 55+
|
|
438
|
+
- Safari 12+
|
|
439
439
|
- Edge 79+
|