This commit is contained in:
2021-05-27 16:53:00 +00:00
parent adda3a6471
commit 9283dd4251
6 changed files with 63 additions and 68 deletions

View File

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