[#2681] fixed collection index column sort normalization
This commit is contained in:
parent
87a6f1bebb
commit
0ba963a5d7
|
@ -1698,7 +1698,7 @@ export default class CommonHelper {
|
|||
}
|
||||
|
||||
if (col.sort) {
|
||||
item += (" " + c.sort.toUpperCase());
|
||||
item += (" " + col.sort.toUpperCase());
|
||||
}
|
||||
|
||||
return item;
|
||||
|
|
Loading…
Reference in New Issue