|
@@ -48,10 +48,10 @@
|
48
|
48
|
>
|
49
|
49
|
</p>
|
50
|
50
|
<p>
|
51
|
|
- <span class="fl">区域地点:</span>
|
52
|
|
- <span class="grayFont">{{
|
53
|
|
- item.place ? item.place.area.area + item.place.place : ""
|
54
|
|
- }}</span>
|
|
51
|
+ <span class="fl">报修地址:</span>
|
|
52
|
+ <span class="grayFont overflowEllipsis2">
|
|
53
|
+ {{item.branch?item.branch.hosName:""}} {{item.place ? item.place.area.area + " " +item.place.place : ""}} {{item.address||""}}
|
|
54
|
+ </span>
|
55
|
55
|
</p>
|
56
|
56
|
</div>
|
57
|
57
|
<div class="bottom noneBorder">
|
|
@@ -545,7 +545,7 @@ export default {
|
545
|
545
|
.center {
|
546
|
546
|
color: #333333;
|
547
|
547
|
border-bottom: 0.01rem solid #e6e6e6;
|
548
|
|
- padding: 0.24rem 0.48rem;
|
|
548
|
+ padding: 0.24rem 0.1rem;
|
549
|
549
|
p {
|
550
|
550
|
overflow: hidden;
|
551
|
551
|
padding-left: 0.43rem;
|