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