Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
230c7e9a745bccad6e489decaab5ec98e3589219
Authored by
loveumiko
2023-07-21 09:53:54 +0800
1 parent
97897e25
fix: 修改看板组件告警实时数据的问题
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/visual/dataSourceBindPanel/components/DataSourceForm/index.vue
src/views/visual/dataSourceBindPanel/components/DataSourceForm/index.vue
View file @
230c7e9
...
...
@@ -213,7 +213,6 @@
213
213
</Tooltip>
214
214
<Tooltip title="删除">
215
215
<DeleteOutlined
216
-
v-show="dataSource.length > 1"
217
216
@click="handleDelete(item)"
218
217
class="cursor-pointer text-lg !leading-32px"
219
218
/>
...
...