Browse Source

首页 地块管理改成种植管理

master
邓宏 2 years ago
parent
commit
de99673f5c
  1. 2
      pages/home/index.vue

2
pages/home/index.vue

@ -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>

Loading…
Cancel
Save