|  | @@ -55,18 +55,18 @@ let contentOprObj = {
 | 
	
		
			
				|  |  |          for(let i = 0, len = jobsArr.length; i < len; i++){
 | 
	
		
			
				|  |  |              if(jobsArr[i].isChecked === true){
 | 
	
		
			
				|  |  |                  count ++;
 | 
	
		
			
				|  |  | -                if(count === 1){
 | 
	
		
			
				|  |  | +              /*  if(count === 1){
 | 
	
		
			
				|  |  |                      rstStr += "“";
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  else{
 | 
	
		
			
				|  |  |                      rstStr += " ";
 | 
	
		
			
				|  |  | -                }
 | 
	
		
			
				|  |  | -                rstStr += count + " " + jobsArr[i].content + "\n";
 | 
	
		
			
				|  |  | +                }*/
 | 
	
		
			
				|  |  | +                rstStr += count + ". " + jobsArr[i].content + "\n";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if(rstStr.trim().length > 0){
 | 
	
		
			
				|  |  |              let reg = /\n+$/g;
 | 
	
		
			
				|  |  | -            let newStr = rstStr.replace(reg, "”");
 | 
	
		
			
				|  |  | +            let newStr = rstStr.replace(reg, "");
 | 
	
		
			
				|  |  |              return newStr;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          return null;
 | 
	
	
		
			
				|  | @@ -362,18 +362,18 @@ let characterOprObj = {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  count ++;
 | 
	
		
			
				|  |  | -                if(count === 1){
 | 
	
		
			
				|  |  | +                /*if(count === 1){
 | 
	
		
			
				|  |  |                      rstStr += "“";
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  else{
 | 
	
		
			
				|  |  |                      rstStr += " ";
 | 
	
		
			
				|  |  | -                }
 | 
	
		
			
				|  |  | -                rstStr += count + " " + itemsArr[i].character + ": " + eigenvalueStr + "\n";
 | 
	
		
			
				|  |  | +                }*/
 | 
	
		
			
				|  |  | +                rstStr += count + ". " + itemsArr[i].character + ": " + eigenvalueStr + "\n";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if(rstStr.trim().length > 0){
 | 
	
		
			
				|  |  |              let reg = /\n+$/g;
 | 
	
		
			
				|  |  | -            let newStr = rstStr.replace(reg, "”");
 | 
	
		
			
				|  |  | +            let newStr = rstStr.replace(reg, "");
 | 
	
		
			
				|  |  |              return newStr;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          return null;
 |