Commit 230c7e9a745bccad6e489decaab5ec98e3589219

Authored by loveumiko
1 parent 97897e25

fix: 修改看板组件告警实时数据的问题

@@ -213,7 +213,6 @@ @@ -213,7 +213,6 @@
213 </Tooltip> 213 </Tooltip>
214 <Tooltip title="删除"> 214 <Tooltip title="删除">
215 <DeleteOutlined 215 <DeleteOutlined
216 - v-show="dataSource.length > 1"  
217 @click="handleDelete(item)" 216 @click="handleDelete(item)"
218 class="cursor-pointer text-lg !leading-32px" 217 class="cursor-pointer text-lg !leading-32px"
219 /> 218 />