diff --git a/src/views/EquipmentLedger/components/equ-store.vue b/src/views/EquipmentLedger/components/equ-store.vue
index 73108f7d..2fde59d5 100644
--- a/src/views/EquipmentLedger/components/equ-store.vue
+++ b/src/views/EquipmentLedger/components/equ-store.vue
@@ -61,10 +61,17 @@
-
-
-
-
+
+
+
+
+ {{ row.mainCategory ? row.mainCategory + '>' : '' }}
+ {{ row.branch ? row.subCategory + '>' : row.subCategory }}{{ row.branch }}
+
+
+
+
+
-
-
-
+
+
+
@@ -116,7 +124,7 @@
-
+
@@ -149,47 +157,57 @@
>
-
-
-
-
-
+
+
+
+
+
+
在库
在用
维修
-
-
-
+
+
-
-
-
+
+
+
-
-
-
-
- {{ scope.row.propertyVoList[item - 1].propertyName || '-' }}
+
+
+
+
+ {{ row.propertyVoList[item - 1].propertyName || '-' }}
-
-
-
-
-
-
- {{ scope.row.propertyVoList[item - 1].propertyValue || '-' }}
+
+
+
+
+ {{ row.propertyVoList[item - 1].propertyValue || '-' }}
-
-
@@ -209,12 +227,12 @@