| 
					
				 | 
			
			
				@@ -1,8 +1,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { Checkbox, Icon, Popup } from 'vant'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { defineComponent, PropType } from 'vue'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import styles from './index.module.less'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import activeButtonIcon from '@common/images/icon_checkbox.png'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import inactiveButtonIcon from '@common/images/icon_checkbox_default.png'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import activeButtonIcon from '@common/images/icon-checkbox-check.png'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import inactiveButtonIcon from '@common/images/icon-checkbox-default.png'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import ColHeader from '../o-header'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import request from '@/helpers/request'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const protocolText = {
 
			 |