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