diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index 5452b913..4eda6a01 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -14,23 +14,23 @@ :right-options="item.scaned?scanOptions:detailOptions" style='padding:0px 0px 5px 0px;align-items: center;'> - - - 推 + + + 推
- +
- - - 实 + + + 实
- +
@@ -98,6 +98,14 @@ type: Boolean, default: true }, + isShowFromLocation: { + type: Boolean, + default: true + }, + isShowToLocation: { + type: Boolean, + default: true + }, }, watch: { dataContent: { diff --git a/src/mycomponents/qty/compareQty.vue b/src/mycomponents/qty/compareQty.vue index 9da62231..961ef423 100644 --- a/src/mycomponents/qty/compareQty.vue +++ b/src/mycomponents/qty/compareQty.vue @@ -1,6 +1,6 @@