Browse Source

地块管理 修改页面显示

master
邓宏 1 year ago
parent
commit
7597e60da1
  1. 7
      pages/massif/mana/farmRecord.vue

7
pages/massif/mana/farmRecord.vue

@ -143,10 +143,9 @@
<view class="name">
<text>{{v.type}}</text> <text>{{v.inputName}}</text> <text>{{v.inputTotal||0}}{{v.unit}}</text> <text class="plant-youbian" v-if="v.growthProcess"/>
</view>
<view class="tabs" v-if="v.growthProcess">
<text class="germinate">{{v.growthProcess}}</text>
<text class="organ">{{v.pestSite}}</text>
<text class="type">{{v.symptom}}</text>
<view class="tabs" v-if="v.pestsType">
<text class="germinate">{{v.pestsType}}</text>
<text class="organ">{{v.pests}}</text>
</view>
<view class="info">
<text>负责人{{v.principal}}</text> <text>记录日期{{new Date(v.time).format('yyyy-MM-dd')}}</text>

Loading…
Cancel
Save