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">
<text>{{v.type}}</text> <text>{{v.inputName}}</text> <text>{{v.inputTotal||0}}{{v.unit}}</text>
</view>
<view class="tabs">
<text class="germinate">发芽</text>
<text class="organ"></text>
<text class="type">变色</text>
<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>
<view class="info">
<text>负责人{{v.principal}}</text> <text>记录日期{{new Date(v.time).format('yyyy-MM-dd')}}</text>

Loading…
Cancel
Save