|  | @@ -145,7 +145,7 @@ export default {
 | 
	
		
			
				|  |  |        this.getDetail(this.detailData.id);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      this.tableOption = await this.getColumnData(
 | 
	
		
			
				|  |  | -      this.getColumnName(162),
 | 
	
		
			
				|  |  | +      this.getColumnName(168),
 | 
	
		
			
				|  |  |        tableOption
 | 
	
		
			
				|  |  |      );
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -206,7 +206,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async saveColumn() {
 | 
	
		
			
				|  |  |        const inSave = await this.saveColumnData(
 | 
	
		
			
				|  |  | -        this.getColumnName(162),
 | 
	
		
			
				|  |  | +        this.getColumnName(168),
 | 
	
		
			
				|  |  |          this.tableOption
 | 
	
		
			
				|  |  |        );
 | 
	
		
			
				|  |  |        if (inSave) {
 | 
	
	
		
			
				|  | @@ -221,7 +221,7 @@ export default {
 | 
	
		
			
				|  |  |      async resetColumn() {
 | 
	
		
			
				|  |  |        this.tableOption = tableOption;
 | 
	
		
			
				|  |  |        const inSave = await this.delColumnData(
 | 
	
		
			
				|  |  | -        this.getColumnName(162),
 | 
	
		
			
				|  |  | +        this.getColumnName(168),
 | 
	
		
			
				|  |  |          tableOption
 | 
	
		
			
				|  |  |        );
 | 
	
		
			
				|  |  |        if (inSave) {
 |