add topology img

pull/4271/head
handsomewu 2024-11-13 15:12:45 +08:00
parent d856b95ddd
commit 5aeddbd026
2 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"script-loader": "0.7.2",
"sortablejs": "1.8.4",
"tui-editor": "1.3.3",
"vis-network": "^9.1.9",
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-router": "3.0.2",

View File

@ -14,6 +14,11 @@
</template>
</el-table-column>
</el-table>
<el-image
style="width: 100%; height: 100%"
:src="require('@/assets/custom-theme/topology.png')"
fit="fill"
/>
</div>
</template>
@ -74,6 +79,7 @@ export default {
})
.catch(error => console.error('Error fetching table data:', error))
}
}
}
</script>