|
|
@ -301,7 +301,7 @@ |
|
|
|
<view style="display:flex;"> |
|
|
|
<view class="card mana"> |
|
|
|
<view class="title"> |
|
|
|
<text class="plant-dikuaimianji"/> 地块管理 <text class="more" @click="$u.route({type:'switchTab',url:'pages/massif/index'})">更多>></text> |
|
|
|
<text class="plant-dikuaimianji"/> 种植管理 <text class="more" @click="$u.route({type:'switchTab',url:'pages/massif/index'})">更多>></text> |
|
|
|
</view> |
|
|
|
<view class="item" v-for="(v,k) in massif.plotList||[]" :key="k"> |
|
|
|
<text class="over">{{v.plotName}}</text> <text>{{v.realityArea}}亩</text> |
|
|
|