|
|
@@ -29,7 +29,8 @@
|
|
|
<view class="view">
|
|
|
<view class="info_t">亩均排序</view>
|
|
|
<view class="name">
|
|
|
- {{ company.aera_order || '-'}}
|
|
|
+ <text v-if="company.area_order == 'X'">-</text>
|
|
|
+ <text v-else>{{company.area_order}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="line"></view>
|