Skip to content

Commit aa4976f

Browse files
author
hikki
committed
2 parents 0069d58 + a7e0278 commit aa4976f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
| |-Assistant 数据处理辅助方法
1414
| |-FormPanel 表单内容生成器
1515
| |-CascadeLineTrait 级联管理器的接口抽象类
16+
|
17+
|-参考样例
18+
| |-example 组件样例
19+
| |-CascadeLineController 级联管理器 接口样例
1620

1721

1822
### [demo样例参见](https://codepen.io/ydtg1993-the-bashful/pen/rNdWade)
@@ -47,7 +51,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
4751
<a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L146'>数据辅助组装</a><br/>
4852
</td>
4953
<td style="text-align:left;">支持右键全选,取消<br/>多选择数量可设限制<br/>适用于无限分类,地区选择</td>
50-
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L144'>$form->CascadeDot</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/CascadeDot.php#L32'>CascadeDot::panel</a></td>
54+
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L144'>$form->CascadeDot</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/CascadeDot.php#L40'>CascadeDot::panel</a></td>
5155
</tr>
5256
<tr>
5357
<td style="text-align:left;">级联管理器</td>
@@ -56,13 +60,13 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
5660
<a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L192'>数据辅助组装</a><br/>
5761
</td>
5862
<td style="text-align:left;">右键新增,修改,删除 操作节点<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/CascadeLineController.php#L13'>需要实现的接口抽象类CascadeLineTrait</a> <br/><br/>example参考<a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/CascadeLineController.php#L8'>test\CascadeLineController</a></td>
59-
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L190'>$form->CascadeLine</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/CascadeLine.php#L32'>CascadeLine::panel</a></td>
63+
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L190'>$form->CascadeLine</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/CascadeLine.php#L40'>CascadeLine::panel</a></td>
6064
</tr>
6165
<tr>
6266
<td style="text-align:left;">表单控件</td>
6367
<td style="text-align:left;">二维数组<br/>[[col=>val,col2=>val2,...],...]</td>
6468
<td style="text-align:left;">支持拖拽排序 类似JSON组件</td>
65-
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L162'>$form->Linear</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/Linear.php#L44'>Linear::panel</a></td>
69+
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L162'>$form->Linear</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/Linear.php#L48'>Linear::panel</a></td>
6670
</tr>
6771
<tr>
6872
<td style="text-align:left;">弹出层组件</td>

0 commit comments

Comments
 (0)