diff --git a/pages/massif/mana/index.vue b/pages/massif/mana/index.vue index 11d525c..1001f77 100644 --- a/pages/massif/mana/index.vue +++ b/pages/massif/mana/index.vue @@ -74,7 +74,7 @@ export default { new plus.maps.Point(116.395502,39.923082), ]) polygon.setLineWidth(2) - polygon.setStorkeColor("#10C176") + polygon.setStrokeColor("#10C176") polygon.setFillColor("#10C176") polygon.setFillOpacity(0.3) maps.addOverlay(polygon) diff --git a/pages/massif/mana/recovery.vue b/pages/massif/mana/recovery.vue index 104792c..a383d36 100644 --- a/pages/massif/mana/recovery.vue +++ b/pages/massif/mana/recovery.vue @@ -76,19 +76,21 @@ {{searchVal.endTime||"请选择结束时间"}} - - - - - {{v.plantName}} - {{v.harvestNum}} - - 负责人:{{v.principal}} - 采收时间:{{v.harvestTime}} + + + + + + {{v.plantName}} + {{v.harvestNum}} + + 负责人:{{v.principal}} + 采收时间:{{v.harvestTime}} + - - + +