联调 在线监测

This commit is contained in:
GGJ
2024-07-09 14:16:51 +08:00
parent 609489a4c5
commit 1326b934db
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ const tableStore = new TableStore({
click: row => {
detailRef.value.open({
text: '详情',
row: row.row,
row: row,
list: list.value
})
}