feat(frontend): 将"资源管理"更名为"机器管理"

- 路由路径: resource/management → machine/management
- 路由名称: ResourceManagement → MachineManagement
- 页面标题: 资源管理 → 机器管理
- 侧边栏文案: 资源管理 → 机器管理
- 文件物理路径未改动(views/resource/Management.vue)
This commit is contained in:
2026-07-17 15:46:03 +08:00
parent bb6b7c0009
commit c1480f3219
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div>
<div class="page-head">
<div>
<h1>资源管理</h1>
<h1>机器管理</h1>
<p>统一纳管物理机与虚机资源 · 基础数据来自 SINA CMDB</p>
</div>
<el-button type="primary">同步</el-button>