1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 22:40:03 +08:00

新增多选组件

This commit is contained in:
weiwait
2023-01-03 11:01:14 +08:00
parent 5f89c022a3
commit b8aeddda7f
5 changed files with 356 additions and 254 deletions

View File

@@ -85,6 +85,11 @@
->options(['123', '456', 'A' => 'aaa']) // 选项
->concatKey('separator') // 显示键
->optionsFromKeyValue('kvs'); // 用于结合vKeyValue进行选项选择
$form->vMultipleSelect('ms', '多选')
->options(['123', '456', 'A' => 'aaa']) // 选项
->concatKey('separator') // 显示键
->optionsFromKeyValue('kvs'); // 用于结合vKeyValue进行选项选择
```
[comment]: <> (### Donate)