|
14 | 14 | </tr> |
15 | 15 | <tr> |
16 | 16 | <td style="text-align:left;">标签选择器</td> |
17 | | - <td style="text-align:left;">一维数组 [id=>value1,id2=>value2...]</td> |
18 | | - <td style="text-align:left;">类似于复选框</td> |
19 | | - <td style="text-align:left;"><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L134'>调用Dot</a></td> |
| 17 | + <td style="text-align:left;">一维数组 [id=>val,id2=>val2...]</td> |
| 18 | + <td style="text-align:left;">多选择,快捷点选,高效查询</td> |
| 19 | + <td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L134'>调用Dot</a></td> |
20 | 20 | </tr> |
21 | 21 | <tr> |
22 | 22 | <td style="text-align:left;">级联标签选择器</td> |
23 | | - <td style="text-align:left;">链表多维数组 <a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L188'>参考结构</a> |
| 23 | + <td style="text-align:left;">链表多维数组 <a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L188'>参考结构</a> |
24 | 24 | <br/> |
25 | | - <a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L143'>数据辅助组装</a><br/> |
| 25 | + <a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L143'>数据辅助组装</a><br/> |
26 | 26 | </td> |
27 | | - <td style="text-align:left;">适用于无限分类 地区选择</td> |
28 | | - <td style="text-align:left;"><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L151'>调用CascadeDot</a></td> |
| 27 | + <td style="text-align:left;">多选择,快捷点选,高效查询 适用于无限分类,地区选择</td> |
| 28 | + <td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L151'>调用CascadeDot</a></td> |
29 | 29 | </tr> |
30 | 30 | <tr> |
31 | 31 | <td style="text-align:left;">数据表单控件</td> |
32 | | - <td style="text-align:left;">二维数组</td> |
33 | | - <td style="text-align:left;">适用于无限分类 地区选择</td> |
34 | | - <td style="text-align:left;"><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L164'>调用Linear</a></td> |
| 32 | + <td style="text-align:left;">二维数组 [[col=>val,col2=>val2,...],...]</td> |
| 33 | + <td style="text-align:left;">支持拖拽排序</td> |
| 34 | + <td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L164'>调用Linear</a></td> |
35 | 35 | </tr> |
36 | 36 | <tr> |
37 | 37 | <td style="text-align:left;">弹出层组件</td> |
|
40 | 40 | <td style="text-align:left;"> |
41 | 41 | <ul> |
42 | 42 | 例.新增表单 |
43 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L53'>grid头部创建新增按钮</a></li> |
44 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L79'>create渲染</a></li> |
45 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L82'>数据处理store</a></li> |
| 43 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L53'>grid头部创建新增按钮</a></li> |
| 44 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L79'>create渲染</a></li> |
| 45 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L82'>数据处理store</a></li> |
46 | 46 | </ul> |
47 | 47 | <ul> |
48 | 48 | 例.修改表单 |
49 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L68'>grid行创建修改按钮</a></li> |
50 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L102'>edit渲染</a></li> |
51 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L105'>数据处理update</a></li> |
| 49 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L68'>grid行创建修改按钮</a></li> |
| 50 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L102'>edit渲染</a></li> |
| 51 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L105'>数据处理update</a></li> |
52 | 52 | </ul> |
53 | 53 | <ul> |
54 | 54 | 例.自定义页 |
55 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L69'>grid行创建按钮</a></li> |
56 | | - <li><a href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L185'>渲染</a></li> |
| 55 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L69'>grid行创建按钮</a></li> |
| 56 | + <li><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L185'>渲染</a></li> |
57 | 57 | </ul> |
58 | 58 | </tr> |
59 | 59 | </table> |
|
0 commit comments