Commit 49211d9ba9cca104cd040b67517cd264f0c22b6b
1 parent
8bae6cc3
处置场地样式修改
Showing
2 changed files
with
6 additions
and
4 deletions
garbage-removal/src/pages/order-info/order-driver/detail/index.vue
| @@ -45,15 +45,17 @@ | @@ -45,15 +45,17 @@ | ||
| 45 | </view> | 45 | </view> |
| 46 | </view> | 46 | </view> |
| 47 | 47 | ||
| 48 | + | ||
| 48 | <view class="order-detail-container-header-item" v-for="(disposal,index) in dataGram.disposalSites"> | 49 | <view class="order-detail-container-header-item" v-for="(disposal,index) in dataGram.disposalSites"> |
| 49 | <view> | 50 | <view> |
| 50 | - <text class="order-detail-container-header-title" v-if="index == 0">处置场所地点:</text> | ||
| 51 | - <text class="order-detail-container-header-title" v-else> </text> | 51 | + <text class="order-detail-container-header-title" v-if="index == 0" >处置场地:</text> |
| 52 | + <text class="order-detail-container-header-title" v-else >     </text> | ||
| 52 | </view> | 53 | </view> |
| 53 | <view class="order-detail-container-header-content" style="text-decoration: underline" @click.stop="handlerJumpOtherApp(disposal.latitude, disposal.longitude, dataGram.garCoordinate)"> | 54 | <view class="order-detail-container-header-content" style="text-decoration: underline" @click.stop="handlerJumpOtherApp(disposal.latitude, disposal.longitude, dataGram.garCoordinate)"> |
| 54 | <text>{{ disposal.addrStr }}</text> | 55 | <text>{{ disposal.addrStr }}</text> |
| 55 | </view> | 56 | </view> |
| 56 | </view> | 57 | </view> |
| 58 | + | ||
| 57 | 59 | ||
| 58 | <view class="order-detail-container-header-item"> | 60 | <view class="order-detail-container-header-item"> |
| 59 | <text class="order-detail-container-header-title">订单号:</text> | 61 | <text class="order-detail-container-header-title">订单号:</text> |
garbage-removal/src/pages/order-info/order-other/detail/index.vue
| @@ -92,8 +92,8 @@ | @@ -92,8 +92,8 @@ | ||
| 92 | 92 | ||
| 93 | <view class="order-detail-container-header-item" v-for="(disposal,index) in dataGram.disposalSites"> | 93 | <view class="order-detail-container-header-item" v-for="(disposal,index) in dataGram.disposalSites"> |
| 94 | <view> | 94 | <view> |
| 95 | - <text class="order-detail-container-header-title" v-if="index == 0">处置场所地点:</text> | ||
| 96 | - <text class="order-detail-container-header-title" v-else> </text> | 95 | + <text class="order-detail-container-header-title" v-if="index == 0" >处置场地:</text> |
| 96 | + <text class="order-detail-container-header-title" v-else >     </text> | ||
| 97 | </view> | 97 | </view> |
| 98 | <view class="order-detail-container-header-content" style="text-decoration: underline" @click.stop="handlerJumpOtherApp(disposal.latitude, disposal.longitude, dataGram.garCoordinate)"> | 98 | <view class="order-detail-container-header-content" style="text-decoration: underline" @click.stop="handlerJumpOtherApp(disposal.latitude, disposal.longitude, dataGram.garCoordinate)"> |
| 99 | <text>{{ disposal.addrStr }}</text> | 99 | <text>{{ disposal.addrStr }}</text> |