diff --git a/src/components/social/inventoryUp/List_3505.vue b/src/components/social/inventoryUp/List_3505.vue
index 5095936..4f4d5ed 100644
--- a/src/components/social/inventoryUp/List_3505.vue
+++ b/src/components/social/inventoryUp/List_3505.vue
@@ -71,7 +71,7 @@ const formatDate = (isoStr: any) => {
- {{ row.type == 1 ? row.number : "+" + row.number }}{{ row.unit }}
+ {{ row.type == 1 ? "-"+row.number : "+" + row.number }}{{ row.unit }}