소스 검색

住户管理车位

Shannon_mu 3 년 전
부모
커밋
77320a8826
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      operationSupport/src/views/ownerManagement/stepPage/newAdd.vue

+ 1 - 5
operationSupport/src/views/ownerManagement/stepPage/newAdd.vue

@@ -155,11 +155,7 @@
 
                     <div class="block-title car" v-for="(items, indexs) in item.parkingList" :key="indexs">
                         <div class="floor list-title">
-                            {{
-                                `${!!items.garageName ? items.garageName : ''}${!!items.garageName ? items.partitionName : ''}-${
-                                    items.parkingNumber
-                                }`
-                            }}
+                            {{ `${items.garageName}${items.areaName || items.partitionName}-${items.parkingNumber}` }}
                         </div>
                         <span class="remove list-title" @click="removeCard(indexs, item)">移除</span>
                         <img class="bg-img" src="@/assets/img/ownerManagement/bg_card@2x.png" alt="" />