shish hai 1 mes
pai
achega
8f1d1400ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
       }