Browse Source

同城分销店拆分、分销店对应多个经销商

zhujindu 11 months ago
parent
commit
24076cab07

+ 4 - 4
src/views/deviceOutside/index.vue

@@ -255,7 +255,7 @@
                 ">
                 ">
                 <div class="info" v-if="typeShow">
                 <div class="info" v-if="typeShow">
                   经销商:
                   经销商:
-                  <template v-for="(item, index) in item.sfaStoreChainsContactList">
+                  <div class="TCFXListItem" v-for="(item, index) in item.sfaStoreChainsContactList">
                     <el-popover
                     <el-popover
                       popper-class="zpover zpoverStoreztype"
                       popper-class="zpover zpoverStoreztype"
                       placement="bottom-start"
                       placement="bottom-start"
@@ -263,11 +263,11 @@
                       <div>
                       <div>
                         {{ item.chainName }}
                         {{ item.chainName }}
                       </div>
                       </div>
-                      <div class="TCFXListItem" slot="reference" :key="index">
+                      <div slot="reference" :key="index">
                         {{ item.categoryDescribe }}
                         {{ item.categoryDescribe }}
                       </div>
                       </div>
                     </el-popover>
                     </el-popover>
-                  </template>
+                  </div>
                 </div>
                 </div>
               </template>
               </template>
               <template v-else>
               <template v-else>
@@ -2583,7 +2583,7 @@ export default {
   font-weight: 600;
   font-weight: 600;
 }
 }
 </style>
 </style>
-<style>
+<style lang="scss">
 .van-tabs__nav--card .van-tab.van-tab--active {
 .van-tabs__nav--card .van-tab.van-tab--active {
   background-color: #0057ba !important;
   background-color: #0057ba !important;
 }
 }

+ 6 - 4
src/views/deviceOutside/topStore.vue

@@ -279,7 +279,9 @@
                   ">
                   ">
                   <div class="info" v-if="typeShow">
                   <div class="info" v-if="typeShow">
                     经销商:
                     经销商:
-                    <template v-for="(item, index) in item.sfaStoreChainsContactList">
+                    <div
+                      class="TCFXListItem"
+                      v-for="(item, index) in item.sfaStoreChainsContactList">
                       <el-popover
                       <el-popover
                         popper-class="zpover zpoverStoreztype"
                         popper-class="zpover zpoverStoreztype"
                         placement="bottom-start"
                         placement="bottom-start"
@@ -287,11 +289,11 @@
                         <div>
                         <div>
                           {{ item.chainName }}
                           {{ item.chainName }}
                         </div>
                         </div>
-                        <div class="TCFXListItem" slot="reference" :key="index">
+                        <div slot="reference" :key="index">
                           {{ item.categoryDescribe }}
                           {{ item.categoryDescribe }}
                         </div>
                         </div>
                       </el-popover>
                       </el-popover>
-                    </template>
+                    </div>
                   </div>
                   </div>
                 </template>
                 </template>
                 <template v-else>
                 <template v-else>
@@ -2736,7 +2738,7 @@ export default {
   font-weight: 600;
   font-weight: 600;
 }
 }
 </style>
 </style>
-<style>
+<style lang="scss">
 .zpover99 {
 .zpover99 {
   background-color: #00afff !important;
   background-color: #00afff !important;
 }
 }

+ 3 - 3
src/views/deviceWithin/index.vue

@@ -259,7 +259,7 @@
               ">
               ">
               <div class="info" v-if="typeShow">
               <div class="info" v-if="typeShow">
                 经销商:
                 经销商:
-                <template v-for="(item, index) in item.sfaStoreChainsContactList">
+                <div class="TCFXListItem" v-for="(item, index) in item.sfaStoreChainsContactList">
                   <el-popover
                   <el-popover
                     popper-class="zpover zpoverStoreztype"
                     popper-class="zpover zpoverStoreztype"
                     placement="bottom-start"
                     placement="bottom-start"
@@ -267,11 +267,11 @@
                     <div>
                     <div>
                       {{ item.chainName }}
                       {{ item.chainName }}
                     </div>
                     </div>
-                    <div class="TCFXListItem" slot="reference" :key="index">
+                    <div slot="reference" :key="index">
                       {{ item.categoryDescribe }}
                       {{ item.categoryDescribe }}
                     </div>
                     </div>
                   </el-popover>
                   </el-popover>
-                </template>
+                </div>
               </div>
               </div>
             </template>
             </template>
             <template v-else>
             <template v-else>

+ 1 - 1
src/views/storeManagement/storeEdit.vue

@@ -2014,7 +2014,7 @@ export default {
   }
   }
 }
 }
 </style>
 </style>
-<style>
+<style lang="scss">
 #allmap {
 #allmap {
   width: 100px;
   width: 100px;
   height: 100px;
   height: 100px;