|  | @@ -1407,7 +1407,7 @@ const stageSelectConverse = {
 | 
	
		
			
				|  |  |          for (const s of stages) {
 | 
	
		
			
				|  |  |              const curReg = new RegExp('^s_' + s + '_');
 | 
	
		
			
				|  |  |              for (const [i, d] of data.entries()) {
 | 
	
		
			
				|  |  | -                const nd = { cross_index: i + 1 };
 | 
	
		
			
				|  |  | +                const nd = { cross_index: i + 1, s_order: s };
 | 
	
		
			
				|  |  |                  for (const prop in d) {
 | 
	
		
			
				|  |  |                      if (reg.test(prop)) {
 | 
	
		
			
				|  |  |                          if (curReg.test(prop)) {
 |