Merge pull request #7551 from dataease/pr@dev@feat_db

feat: 数据库数据集允许重复创建
This commit is contained in:
Junjun 2024-01-09 11:26:04 +08:00 committed by GitHub
commit aede5db229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,8 @@
size="small" size="small"
> >
<div <div
v-for="t in tableData"
:key="t.name"
:class="[ :class="[
{ active: activeName === t.name, 'not-allow': !t.enableCheck } { active: activeName === t.name, 'not-allow': !t.enableCheck }
]" ]"

View File

@ -74,6 +74,8 @@
size="small" size="small"
> >
<div <div
v-for="t in tableData"
:key="t.name"
:class="[ :class="[
{ active: activeName === t.name, 'not-allow': !t.enableCheck } { active: activeName === t.name, 'not-allow': !t.enableCheck }
]" ]"