Skip to content

Commit eb519bc

Browse files
author
hikki
committed
v3.7
1 parent 391e539 commit eb519bc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

readme.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
## 前端组件扩展
2+
23
|-表单类组件扩展
3-
| |-Dot 多选择器
4-
| |-Dot 多选择器(下拉列表模式)
4+
| |-Dot 多选择器
55
| |-CascadeDot 级联多选择器
66
| |-CascadeLine 级联管理器
77
| |-Linear 表单控件
88
|
99
|-弹窗组件
10-
|-plane 异步弹窗组件
11-
10+
| |-plane 异步弹窗组件
11+
|
12+
|-辅助工具
13+
| |-Assistant 数据处理辅助方法
14+
| |-FormPanel 表单内容生成器
15+
| |-CascadeLineTrait 级联管理器的接口抽象类
16+
17+
1218
### [demo样例参见](https://codepen.io/ydtg1993-the-bashful/pen/rNdWade)
1319

1420
### 安装
@@ -31,7 +37,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
3137
<tr>
3238
<td style="text-align:left;">多选择器</td>
3339
<td style="text-align:left;">一维数组<br/>[id=>val,id2=>val2...]</td>
34-
<td style="text-align:left;">多选择器<br/>多选择数量可设限制</td>
40+
<td style="text-align:left;">多选择器<br/>多选择数量可设限制数<br/>模式切换:经典 下拉列表</td>
3541
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L129'>$form->Dot</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/Dot.php#L34'>Dot::panel</a></td>
3642
</tr>
3743
<tr>

0 commit comments

Comments
 (0)