shish 2 недель назад
Родитель
Сommit
8f1d1400ea
1 измененных файлов с 1 добавлено и 1 удалено
  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
       }