Browse Source

feature_20250828_竞品店维护

zhujindu 3 months ago
parent
commit
1216602787
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/filtrate.vue
  2. 1 1
      src/views/deviceOutside/rangeStore.vue

+ 1 - 1
src/components/filtrate.vue

@@ -100,7 +100,7 @@
             <p class="searchchecktitle" @click="isCompetingStores = !isCompetingStores">
               &nbsp;竞品店<van-icon name="arrow-down" style="float: right" />
             </p>
-            <div v-if="isCompetingStores">
+            <div v-if="isCompetingStores" style="width: 100%">
               <div class="checkbox1" v-for="(item, index) in storeTypeLists" :key="index">
                 <div v-if="item.groupType == 'qzd'" class="child">
                   <van-checkbox :name="item.dictValue">{{ item.dictLabel }}</van-checkbox>

+ 1 - 1
src/views/deviceOutside/rangeStore.vue

@@ -608,7 +608,7 @@
             <p class="searchchecktitle" @click="isCompetingStores = !isCompetingStores">
               &nbsp;竞品店<van-icon name="arrow-down" style="float: right" />
             </p>
-            <div v-if="isCompetingStores">
+            <div v-if="isCompetingStores" style="width: 100%">
               <div class="checkbox1" v-for="(item, index) in storeTypeLists" :key="index">
                 <div v-if="item.groupType == 'qzd'" class="child">
                   <van-checkbox :name="item.dictValue">{{ item.dictLabel }}</van-checkbox>