Browse Source

Merge branch 'feature_20260211_同城分销店-主营竞品品牌' into uat(dev)

zhujindu 4 days ago
parent
commit
cb77597b79

+ 1 - 0
src/views/storeManagement/storeAdd.vue

@@ -443,6 +443,7 @@
                   class="otherCompetitor"
                   class="otherCompetitor"
                   v-model="otherCompetitor"
                   v-model="otherCompetitor"
                   label="其他"
                   label="其他"
+                  maxlength="20"
                   placeholder="请输入" />
                   placeholder="请输入" />
               </div>
               </div>
             </div>
             </div>

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

@@ -425,6 +425,7 @@
                   class="otherCompetitor"
                   class="otherCompetitor"
                   v-model="fromValue.otherCompetitor"
                   v-model="fromValue.otherCompetitor"
                   label="其他"
                   label="其他"
+                  maxlength="20"
                   placeholder="请输入" />
                   placeholder="请输入" />
               </div>
               </div>
             </div>
             </div>