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-03-02 17:57:02 +08:00
parent 169b467dd1
commit d080503e9b
22 changed files with 249 additions and 75 deletions

View File

@@ -5,10 +5,12 @@ namespace Weiwait\DcatVue\Field;
use Dcat\Admin\Form\Field;
use Dcat\Admin\Support\Helper;
use Illuminate\Support\Str;
use Weiwait\DcatVue\Field\Traits\FieldCommon;
class MultipleSelect extends Field\MultipleSelect
{
protected $view = 'weiwait.dcat-vue::common';
use FieldCommon;
private string $optionsFromKeyValueField = '';
private string $concatSeparator = '';