diff --git a/src/assets/images/ledger/icon-instock-value.png b/src/assets/images/ledger/icon-instock-value.png new file mode 100644 index 00000000..6e52d58f Binary files /dev/null and b/src/assets/images/ledger/icon-instock-value.png differ diff --git a/src/assets/images/ledger/icon-instock.png b/src/assets/images/ledger/icon-instock.png new file mode 100644 index 00000000..f362480a Binary files /dev/null and b/src/assets/images/ledger/icon-instock.png differ diff --git a/src/assets/images/ledger/icon-maintenance.png b/src/assets/images/ledger/icon-maintenance.png new file mode 100644 index 00000000..c457a715 Binary files /dev/null and b/src/assets/images/ledger/icon-maintenance.png differ diff --git a/src/assets/images/ledger/icon-ownuse.png b/src/assets/images/ledger/icon-ownuse.png new file mode 100644 index 00000000..fe87f480 Binary files /dev/null and b/src/assets/images/ledger/icon-ownuse.png differ diff --git a/src/assets/images/ledger/icon-retired-value.png b/src/assets/images/ledger/icon-retired-value.png new file mode 100644 index 00000000..7ced4258 Binary files /dev/null and b/src/assets/images/ledger/icon-retired-value.png differ diff --git a/src/assets/images/ledger/icon-share.png b/src/assets/images/ledger/icon-share.png new file mode 100644 index 00000000..2e7f71fa Binary files /dev/null and b/src/assets/images/ledger/icon-share.png differ diff --git a/src/views/EquipmentLedger/details.vue b/src/views/EquipmentLedger/details.vue index cc48a4cd..2a795e63 100644 --- a/src/views/EquipmentLedger/details.vue +++ b/src/views/EquipmentLedger/details.vue @@ -6,7 +6,7 @@ 返回 @@ -21,7 +21,7 @@ v-loading="isLoading" >
-
+
基础信息
@@ -121,7 +121,7 @@
-
+
特征属性
@@ -133,7 +133,7 @@
-
+
装备图片
@@ -163,7 +163,7 @@
-
+
相关证书
@@ -388,4 +388,9 @@ export default { justify-content: flex-end; gap: 10px; // 按钮间距 } + +/* 紧凑表单行距 */ +::v-deep .el-form-item { + margin-bottom: 16px; +} diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 6eff1710..0b8eb250 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -75,37 +75,74 @@
- 装备查询 -
- 在库 - {{ inStock }} +
+
+
+
{{ inStock }}
+ 在库数量 +
+
在库数量
+
-
- 自用 - {{ ownUse }} +
+
+
+
{{ ownUse }}
+ 自用数量 +
+
自用数量
+
-
- 共享 - {{ share }} +
+
+
+
{{ share }}
+ 共享数量 +
+
共享数量
+
-
- 在修 - {{ underRepair }} +
+
+
+
{{ underRepair }}
+ 维修数量 +
+
维修数量
+
+
+
+
+
+
{{ totalValue }}万
+ 在库资产总价值 +
+
在库资产总价值
+
+
+
+
+
+
{{ retirementValue }}万
+ 退役资产总价值 +
+
退役资产总价值
+
- - - {{ searchExpanded ? '收起' : '展开' }} -
+ +
+ +
@@ -122,7 +159,7 @@ --> - + - + - + @@ -158,7 +195,7 @@
- + - + - + @@ -193,12 +230,12 @@ - + - + - + - + - + - + - + - + - + @@ -288,6 +325,12 @@