|  | @ -92,8 +92,8 @@ | 
			
		
	
		
		
			
				
					|  |  |       </el-form> |  |  |       </el-form> | 
			
		
	
		
		
			
				
					|  |  |     <template slot="footer"> |  |  |     <template slot="footer"> | 
			
		
	
		
		
			
				
					|  |  |         <el-button @click="visible = false">{{ $t('cancel') }}</el-button> |  |  |         <el-button @click="visible = false">{{ $t('cancel') }}</el-button> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         <el-button v-if="dataForm.state === '0'" type="danger" @click="checkHandle('2')">{{ $t('checkBTGBtn') }}</el-button> | 
			
		
	
		
		
			
				
					|  |  |         <el-button v-if="dataForm.state === '0'" type="primary" @click="checkHandle('1')">{{ $t('checkTGBtn') }}</el-button> |  |  |         <el-button v-if="dataForm.state === '0'" type="primary" @click="checkHandle('1')">{{ $t('checkTGBtn') }}</el-button> | 
			
		
	
		
		
			
				
					|  |  |         <el-button v-if="dataForm.state === '0'" type="primary" @click="checkHandle('2')">{{ $t('checkBTGBtn') }}</el-button> |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     </template> |  |  |     </template> | 
			
		
	
		
		
			
				
					|  |  |       <el-dialog :visible.sync="dialogVisible" :modal="false"> |  |  |       <el-dialog :visible.sync="dialogVisible" :modal="false"> | 
			
		
	
		
		
			
				
					|  |  |           <img width="100%" :src="dialogImageUrl" alt=""> |  |  |           <img width="100%" :src="dialogImageUrl" alt=""> | 
			
		
	
	
		
		
			
				
					|  | 
 |