shish 1 ماه پیش
والد
کامیت
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
       }