|  | @@ -4266,6 +4266,15 @@ export default {
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        return name;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    fStorageTypeFormat(row, fStorageTypeOptions) {
 | 
	
		
			
				|  |  | +      let fStorageType;
 | 
	
		
			
				|  |  | +      fStorageTypeOptions.map((e) => {
 | 
	
		
			
				|  |  | +        if (row == e.dictValue) {
 | 
	
		
			
				|  |  | +          fStorageType = e.dictLabel;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +      });
 | 
	
		
			
				|  |  | +      return fStorageType;
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      init() {
 | 
	
	
		
			
				|  | @@ -5061,6 +5070,15 @@ export default {
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        return fStorageType;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    // fStorageTypeFormat(row, fStorageTypeOptions) {
 | 
	
		
			
				|  |  | +    //   let fStorageType;
 | 
	
		
			
				|  |  | +    //   fStorageTypeOptions.map((e) => {
 | 
	
		
			
				|  |  | +    //     if (row == e.dictValue) {
 | 
	
		
			
				|  |  | +    //       fStorageType = e.dictLabel;
 | 
	
		
			
				|  |  | +    //     }
 | 
	
		
			
				|  |  | +    //   });
 | 
	
		
			
				|  |  | +    //   return fStorageType;
 | 
	
		
			
				|  |  | +    // },
 | 
	
		
			
				|  |  |      fCntrtypeFormat(row) {
 | 
	
		
			
				|  |  |        let fCntrtype;
 | 
	
		
			
				|  |  |        this.cntrList.map((e) => {
 |