|
|
@@ -12,7 +12,7 @@
|
|
|
</div>
|
|
|
<div class="record-header" v-else>
|
|
|
<span>{{ t('agriRecord.phenologyWorkName') }}</span>
|
|
|
- <div class="question">{{ t('recordDetails.phenologyQuestion') }}</div>
|
|
|
+ <div class="question">{{ workDetail.interaction_issue }}</div>
|
|
|
</div>
|
|
|
<div class="record-body">
|
|
|
<div class="card-wrap" v-if="recordType === 'growth'">
|
|
|
@@ -85,7 +85,7 @@
|
|
|
<span class="item-label">{{ t('recordDetails.farmAnalysisLabel') }}</span>
|
|
|
<text-ellipsis class="item-value" :expand-text="expandCollapse.expand"
|
|
|
:collapse-text="expandCollapse.collapse" rows="3"
|
|
|
- :content="t('recordDetails.phenologyAnalysis')" />
|
|
|
+ :content="workDetail.crop_condition_analysis" />
|
|
|
</div>
|
|
|
<div class="card-item">
|
|
|
<span class="item-label">{{ t('recordDetails.patrolLabel') }}</span>
|
|
|
@@ -97,7 +97,7 @@
|
|
|
<span class="item-label">{{ t('recordDetails.phenotypeLabel') }}</span>
|
|
|
<text-ellipsis class="item-value" :expand-text="expandCollapse.expand"
|
|
|
:collapse-text="expandCollapse.collapse" rows="3"
|
|
|
- :content="t('recordDetails.phenologyPhenotype')" />
|
|
|
+ :content="workDetail.phenotypic_characteristics" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="tabs-list" v-if="!showMap">
|