|
@@ -216,7 +216,7 @@ export default {
|
|
|
getGroupHeaderDescription(groupId) {
|
|
|
const statistic = this.detailWrapper.groupDescriptors.find(d => d.groupId == groupId)
|
|
|
if (!statistic?.descriptors?.length) return {}
|
|
|
- const descriptors = statistic.descriptors.reverse()
|
|
|
+ const descriptors = statistic.descriptors //.reverse()
|
|
|
return {
|
|
|
text: descriptors.map(d => d.value).join('/'),
|
|
|
descriptions: descriptors
|