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