feat: 数据库数据集允许重复创建

This commit is contained in:
junjun 2024-01-09 11:24:18 +08:00
parent 4d8b32a107
commit 4757f1716f
2 changed files with 4 additions and 0 deletions

View File

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

View File

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