wzz 3 years ago
parent
commit
ed66310cad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/metrics/largeScale/index.vue

+ 2 - 1
pages/metrics/largeScale/index.vue

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