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