diff --git a/src/views/asset/ledger/CategoryView.vue b/src/views/asset/ledger/CategoryView.vue
index 29e056c..da476c9 100644
--- a/src/views/asset/ledger/CategoryView.vue
+++ b/src/views/asset/ledger/CategoryView.vue
@@ -2,287 +2,13 @@
-
+ 分类管理视图
-
-
-
-
-
-
-
- 设备类型
- 使用部门
- 存放位置
-
-
-
-
-
- {{ data.label }}
- {{ data.count }}
-
-
-
-
-
-
-
-
- {{ dimensionLabel }}:{{ selectedNode.label }}({{ filteredList.length }} 台)
-
- 点击左侧分类节点进行筛选
-
-
-
-
-
-
-
-
-
- {{ statusLabel(row.Status) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ statusCounts[item.value] || 0 }}
-
{{ item.label }}
-
-
-
-
-
-
-
-
-
-
-
- {{ statusLabel(row.Status) }}
-
-
-
- {{ fmtDateTime(row.UpdateTime || row.CreateTime) }}
-
-
-
- 变更记录
- 变更状态
-
-
-
-
-
+
-
-
-
-
-
- {{ statusLabel(currentRow?.Status) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 确定
-
-
-
-
-
-
-
-
- {{ statusLabel(row.FromStatus) }}
-
- {{ statusLabel(row.ToStatus) }}
-
-
-
- {{ fmtDateTime(row.ChangeTime) }}
-
-
-
-
-
-
-
diff --git a/src/views/asset/ledger/ComplianceView.vue b/src/views/asset/ledger/ComplianceView.vue
index b2bba92..cd1b346 100644
--- a/src/views/asset/ledger/ComplianceView.vue
+++ b/src/views/asset/ledger/ComplianceView.vue
@@ -2,158 +2,13 @@
-
+ 合规管理视图
-
-
-
-
-
- {{ allEquipments.length }}
- 设备总数
-
-
-
-
- {{ overdueCounts.calibration }}
- 校准超期
-
-
-
-
- {{ overdueCounts.inspection }}
- 检定超期
-
-
-
-
- {{ overdueCounts.maintenance }}
- 保养超期
-
-
-
-
-
-
-
-
-
-
-
- {{ calibrationOverdue(row) ? '超期' : '正常' }}
-
-
-
-
- {{ fmtDate(row.LastCalibrationDate) || '-' }}
-
-
-
-
- {{ fmtDate(row.NextCalibrationDate) || '-' }}
-
-
-
-
- {{ fmtDate(row.InspectionDate) || '-' }}
-
-
-
-
- {{ fmtDate(row.NextInspectionDate) || '-' }}
-
-
-
-
-
-
- {{ maintenanceOverdue(row) ? '超期' : '正常' }}
-
-
-
-
- {{ fmtDate(row.LastMaintenanceDate) || '-' }}
-
-
-
-
- {{ fmtDate(row.NextMaintenanceDate) || '-' }}
-
-
-
-
-
-
- {{ fmtDate(row.WarrantyExpireDate) || '-' }}
-
-
-
-
+
-
-
diff --git a/src/views/asset/ledger/LifecycleView.vue b/src/views/asset/ledger/LifecycleView.vue
index 357c446..362fdef 100644
--- a/src/views/asset/ledger/LifecycleView.vue
+++ b/src/views/asset/ledger/LifecycleView.vue
@@ -2,153 +2,13 @@
-
+ 全生命周期视图
-
-
-
-
-
-
-
- {{ equipment.Name }}
- {{ equipment.Code }}
-
- {{ equipment.Type || '-' }}
- {{ equipment.Department || '-' }}
- {{ equipment.Location || '-' }}
- {{ equipment.ResponsiblePerson || '-' }}
- {{ equipment.Supplier || '-' }}
-
- {{ equipment.ServiceLifeYears ? `${equipment.ServiceLifeYears} 年` : '-' }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ stage.name }}
- {{ fmtDate(stage.date) }}
- 未发生
-
-
-
-
-
-
-
-
-
-
-
- {{ statusLabel(record.FromStatus) }}
-
- {{ statusLabel(record.ToStatus) }}
-
-
- {{ fmtDateTime(record.ChangeTime) }}
- · 操作人:{{ record.Operator }}
-
-
-
-
-
-
-
-
+
-
-
diff --git a/src/views/asset/ledger/Statistics.vue b/src/views/asset/ledger/Statistics.vue
index 687427c..e0c8916 100644
--- a/src/views/asset/ledger/Statistics.vue
+++ b/src/views/asset/ledger/Statistics.vue
@@ -1,206 +1,14 @@
-
+
-
+ 分类统计
-
-
-
-
-
- {{ allEquipments.length }}
- 设备总数(台)
-
-
-
-
- {{ totalValue }}
- 资产总值(元)
-
-
-
-
- {{ inUseCount }}
- 使用中(台)
-
-
-
-
- {{ avgYears }}
- 平均使用年限(年)
-
-
-
-
-
-
-
-
- 按状态统计
-
-
-
-
-
- 按设备类型统计
-
-
-
-
-
-
-
- 按使用部门统计
-
-
-
-
-
- 按使用年限统计
-
-
-
-
+
-
-