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 @@
- - - - -
-
- - 设备类型 - 使用部门 - 存放位置 - - - - - -
- -
-
- - {{ dimensionLabel }}:{{ selectedNode.label }}({{ filteredList.length }} 台) - - 点击左侧分类节点进行筛选 -
- - - - - - - - - - -
-
-
- - - - - -
-
{{ statusCounts[item.value] || 0 }}
- {{ item.label }} -
-
-
- - - - - - - - - - - - - - - - -
-
+
- - - - - - {{ statusLabel(currentRow?.Status) }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - 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 }}
-
保养超期
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
- - 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) }} - 未发生 - {{ stage.extra }} -
-
-
-
- - - - - -
- {{ statusLabel(record.FromStatus) }} - - {{ statusLabel(record.ToStatus) }} -
-
- {{ fmtDateTime(record.ChangeTime) }} - · 操作人:{{ record.Operator }} -
-
{{ record.Remark }}
-
-
-
-
-
-
+
- - 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 @@ - -