This commit is contained in:
2021-05-14 00:02:51 +00:00
parent 881564f1b8
commit 4a44923666

View File

@@ -939,7 +939,7 @@ export default {
this.pvm.languageName, this.pvm.languageName,
this.pvm.currencyName this.pvm.currencyName
), ),
serviceDetails: window.$gz.util.truncateString(x.serviceDetails, 100) serviceDetails: window.$gz.util.truncateString(x.serviceDetails, 50)
}; };
}); });
}, },