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

一些优化,新增行政区划

This commit is contained in:
weiwait
2022-12-30 16:09:23 +08:00
parent c6455b4642
commit 56478e5b99
25 changed files with 26790 additions and 543 deletions

View File

@@ -4,6 +4,7 @@ namespace Weiwait\DcatVue\Field;
use Dcat\Admin\Form\Field;
use Dcat\Admin\Support\Helper;
use Illuminate\Support\Str;
class Tag extends Field\Tags
{
@@ -63,6 +64,7 @@ class Tag extends Field\Tags
{
$this->addVariables([
'component' => 'Tag',
'mountId' => 'id' . md5(Str::uuid()),
]);
}