Browse Source

地块管理 农事操作 修改页面数据显示

master
邓宏 2 years ago
parent
commit
9f3cf2e0a2
  1. 8
      pages/massif/mana/farmRecord.vue

8
pages/massif/mana/farmRecord.vue

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

Loading…
Cancel
Save