Skip to content

Commit 83afa65

Browse files
author
hikki
committed
2 parents 9fe781e + 2351f9b commit 83afa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
3838
<td style="text-align:left;">多选择器</td>
3939
<td style="text-align:left;">一维数组<br/>[id=>val,id2=>val2...]</td>
4040
<td style="text-align:left;">多选择器<br/>多选择数量可设限制数<br/>模式切换:经典 下拉列表</td>
41-
<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>
41+
<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#L36'>Dot::panel</a></td>
4242
</tr>
4343
<tr>
4444
<td style="text-align:left;">级联多选择器</td>
@@ -47,7 +47,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
4747
<a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L146'>数据辅助组装</a><br/>
4848
</td>
4949
<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#L38'>CascadeDot::panel</a></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>
5151
</tr>
5252
<tr>
5353
<td style="text-align:left;">级联管理器</td>

0 commit comments

Comments
 (0)