This commit is contained in:
jia 2023-12-09 17:08:17 +08:00
parent 14eea39897
commit 4a4986d35e
1 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
{{info.title}}
号土地
</view>
<!-- <view class="" style="display:flex;">
<view class="" style="margin-right: 10rpx;">溯源码: </view>
@ -14,9 +14,9 @@
</view> -->
</view>
<view class="card-li">
<view class="" v-if="info.kindarea">
当前种植: {{info.kindarea}}
当前种植: {{info.kindarea}}
</view>
<view class="" v-else>
当前种植: {{info.total_area-info.residual_area}}
@ -26,7 +26,7 @@
</view> -->
</view>
<view class="card-li" v-if="info.kind">
<view class="">
种植品种: {{info.kind}}
</view>
@ -47,7 +47,7 @@
种子品牌: {{}}
</view> -->
</view>
<view class="card-li">
<view class="">
@ -57,7 +57,7 @@
</view>
<view class="card-li">
<view class="">
土地负责人: {{info.master_phone}}
联系方式: {{info.master_phone}}
</view>
</view>
@ -102,4 +102,4 @@
justify-content: space-between;
}
}
</style>
</style>