diff --git a/src/components/common/goods/GoodsDetail.vue b/src/components/common/goods/GoodsDetail.vue
index 69fd92a..beebac9 100644
--- a/src/components/common/goods/GoodsDetail.vue
+++ b/src/components/common/goods/GoodsDetail.vue
@@ -3,9 +3,10 @@
-
+
+ {{ scope.row.name }}
@@ -55,7 +57,9 @@
{{ scope.row.selectedUnit }}
- {{ scope.row.packagingUnit }}
+ {{
+ scope.row.packagingUnit
+ }}
{{ scope.row.minPackagingUnit }}
@@ -72,13 +76,15 @@
- ¥{{ Math.round(scope.row.selectedNum * scope.row.selectedPrice * 100) / 100 }}
+ ¥{{ Math.round(scope.row.selectedNum * scope.row.selectedPrice * 100) / 100 }}
-
+
+
+
删除
@@ -105,7 +111,7 @@