Skip to content

Commit a8bc3e0

Browse files
committed
v3
1 parent a9256e1 commit a8bc3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
5151
<ul>
5252
例.新增表单
5353
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L53'>grid头创建新增按钮</a></li>
54-
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L79'>create渲染</a></li>
54+
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L78'>create渲染</a></li>
5555
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L82'>数据处理store</a></li>
5656
</ul>
5757
<ul>
5858
例.修改表单
5959
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L68'>grid行创建修改按钮</a></li>
60-
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L102'>edit渲染</a></li>
60+
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L101'>edit渲染</a></li>
6161
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L105'>数据处理update</a></li>
6262
</ul>
6363
<ul>
6464
例.自定义页
6565
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L69'>grid行创建按钮</a></li>
66-
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L183'>渲染</a></li>
66+
<li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L182'>渲染</a></li>
6767
</ul>
6868
</tr>
6969
</table>

0 commit comments

Comments
 (0)