shish 1 miesiąc temu
rodzic
commit
8f1d1400ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hdApp/src/pagesPurchase/shopping.vue

+ 1 - 1
hdApp/src/pagesPurchase/shopping.vue

@@ -109,7 +109,7 @@ export default {
   computed: {
     /** 供货商筛选展示文案,过长时截断 */
     ghsFilterLabel () {
-      const name = this.ghsName || '选供货商'
+      const name = this.ghsName || '选批发店'
       if (name.length <= 8) {
         return name
       }