Explorar el Código

elective - detail group descriptors sort

hare8999@163.com hace 2 años
padre
commit
90d982d018
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/elective/generation/detail.vue

+ 1 - 1
src/views/elective/generation/detail.vue

@@ -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