Skip to content

Commit f17c9ec

Browse files
authored
Update readme.md
1 parent 43b2fd5 commit f17c9ec

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
@@ -51,7 +51,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
5151
<td style="text-align:left;">表单控件</td>
5252
<td style="text-align:left;">二维数组<br/>[[col=>val,col2=>val2,...],...]</td>
5353
<td style="text-align:left;">支持拖拽排序 类似JSON组件</td>
54-
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L164'>$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#L49'>Linear::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#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>
5555
</tr>
5656
<tr>
5757
<td style="text-align:left;">弹出层组件</td>
@@ -73,7 +73,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
7373
<ul>
7474
例.自定义页
7575
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L69'>grid行创建按钮</a></li>
76-
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L198'>渲染</a></li>
76+
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L210'>自定义页内容</a></li>
7777
</ul>
7878
</tr>
7979
</table>

0 commit comments

Comments
 (0)