From dee763ab5bfa524049c8ac61d32eef8ea1b5854f Mon Sep 17 00:00:00 2001 From: vipg Date: Wed, 12 Nov 2025 17:21:09 +0800 Subject: [PATCH] add --- .../src/assets/js/config/menu.js | 62 +------------- .../src/pages/modules/asset-detail.html | 81 ------------------- .../src/pages/modules/asset-list.html | 59 -------------- .../src/pages/modules/country.html | 0 .../src/pages/modules/dashboard.html | 59 -------------- 5 files changed, 3 insertions(+), 258 deletions(-) delete mode 100644 frontend/asset-assistant-system/src/pages/modules/asset-detail.html delete mode 100644 frontend/asset-assistant-system/src/pages/modules/asset-list.html create mode 100644 frontend/asset-assistant-system/src/pages/modules/country.html delete mode 100644 frontend/asset-assistant-system/src/pages/modules/dashboard.html diff --git a/frontend/asset-assistant-system/src/assets/js/config/menu.js b/frontend/asset-assistant-system/src/assets/js/config/menu.js index 22b880b..65862d8 100644 --- a/frontend/asset-assistant-system/src/assets/js/config/menu.js +++ b/frontend/asset-assistant-system/src/assets/js/config/menu.js @@ -2,69 +2,13 @@ * 系统菜单配置(支持多级菜单) */ window.MenuConfig = [ - { - id: 'dashboard', - icon: '📊', - title: '数据概览', - url: 'modules/dashboard.html', - children: [] - }, - { - id: 'asset', - icon: '💎', - title: '资产管理', - url: '', - children: [ - { - id: 'asset-list', - icon: '📋', - title: '资产列表', - url: 'modules/asset-list.html', - children: [] - }, - { - id: 'asset-detail', - icon: '🔍', - title: '资产详情', - url: 'modules/asset-detail.html', - children: [] - } - ] - }, - { - id: 'transaction', - icon: '💱', - title: '交易记录', - url: 'modules/transaction.html', - children: [] - }, - { - id: 'report', - icon: '📈', - title: '报表分析', - url: '', - children: [ - { - id: 'report-daily', - icon: '📅', - title: '日报表', - url: 'modules/report-daily.html', - children: [] - }, - { - id: 'report-monthly', - icon: '📆', - title: '月报表', - url: 'modules/report-monthly.html', - children: [] - } - ] - }, { id: 'settings', icon: '⚙️', title: '系统设置', url: 'modules/settings.html', - children: [] + children: [ + + ] } ]; \ No newline at end of file diff --git a/frontend/asset-assistant-system/src/pages/modules/asset-detail.html b/frontend/asset-assistant-system/src/pages/modules/asset-detail.html deleted file mode 100644 index bac855e..0000000 --- a/frontend/asset-assistant-system/src/pages/modules/asset-detail.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - 资产详情 - 资产辅助系统 - - - - - -
-

资产详情

-
-
-
资产ID:
-
--
-
-
-
资产名称:
-
--
-
-
-
资产类型:
-
--
-
-
-
购买日期:
-
2024-01-15
-
-
-
状态:
-
运行中
-
-
- -
- - - - - \ No newline at end of file diff --git a/frontend/asset-assistant-system/src/pages/modules/asset-list.html b/frontend/asset-assistant-system/src/pages/modules/asset-list.html deleted file mode 100644 index f72e363..0000000 --- a/frontend/asset-assistant-system/src/pages/modules/asset-list.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - 资产列表 - 资产辅助系统 - - - - - -
-

资产列表

- - - - - - - - - - - - - - - - - - - - - - - - - - -
资产ID资产名称资产类型状态操作
ASSET-001服务器-Web01服务器运行中
ASSET-002交换机-SW02网络设备运行中
-
- - - - - \ No newline at end of file diff --git a/frontend/asset-assistant-system/src/pages/modules/country.html b/frontend/asset-assistant-system/src/pages/modules/country.html new file mode 100644 index 0000000..e69de29 diff --git a/frontend/asset-assistant-system/src/pages/modules/dashboard.html b/frontend/asset-assistant-system/src/pages/modules/dashboard.html deleted file mode 100644 index 613fc8e..0000000 --- a/frontend/asset-assistant-system/src/pages/modules/dashboard.html +++ /dev/null @@ -1,59 +0,0 @@ -
- - -
-
-
-

总资产估值

- 💰 -
-
¥ 12,580,450.00
-
- ↑ 2.3% - 较上月 -
-
- -
-
-

可用现金

- 💵 -
-
¥ 3,245,680.00
-
- ↑ 1.8% - 较上月 -
-
- -
-
-

投资资产

- 📈 -
-
¥ 9,334,770.00
-
- ↑ 2.5% - 较上月 -
-
-
- -
-

资产分布

-
-

图表区域(实际项目可集成ECharts/Chart.js)

-
-
-
- - \ No newline at end of file