1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

add topology img

This commit is contained in:
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", "script-loader": "0.7.2",
"sortablejs": "1.8.4", "sortablejs": "1.8.4",
"tui-editor": "1.3.3", "tui-editor": "1.3.3",
"vis-network": "^9.1.9",
"vue": "2.6.10", "vue": "2.6.10",
"vue-count-to": "1.0.13", "vue-count-to": "1.0.13",
"vue-router": "3.0.2", "vue-router": "3.0.2",

View File

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