|
|
@ -64,8 +64,13 @@ |
|
|
|
} |
|
|
|
.batch,.recovery{ |
|
|
|
font-size:24rpx; |
|
|
|
color:var(--c); |
|
|
|
margin-bottom:6rpx; |
|
|
|
display:flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
text{ |
|
|
|
color:var(--c); |
|
|
|
} |
|
|
|
} |
|
|
|
.mu{ |
|
|
|
display:flex; |
|
|
@ -145,7 +150,10 @@ |
|
|
|
<text>{{v.plantStandard}}</text> <text class="over">{{v.varietyName}}</text> <text class="plant-youbian"/> |
|
|
|
</view> |
|
|
|
<view class="batch over" style="--c:#999;">种植批次号:{{v.plantBatch}}</view> |
|
|
|
<view class="recovery" style="--c:#FFC760;">已采收:{{v.harvested}}kg</view> |
|
|
|
<view class="recovery" > |
|
|
|
<text>{{v.plotName}}</text> |
|
|
|
<text style="--c:#FFC760;">已采收:{{v.harvested}}kg</text> |
|
|
|
</view> |
|
|
|
<view class="mu"> |
|
|
|
<text class="area">{{v.plantArea}}</text> |
|
|
|
<text class="farm">农事操作{{v.farmNum||0}}次</text> |
|
|
|