|  | @@ -101,12 +101,11 @@
 | 
	
		
			
				|  |  |              size="mini"
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              @click="handleLookMsg(scope.row)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['qw:forbiddenMessage:edit']"
 | 
	
		
			
				|  |  |            >查看</el-button>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  |      </el-table>
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      <pagination
 | 
	
		
			
				|  |  |        v-show="total>0"
 | 
	
		
			
				|  |  |        :total="total"
 | 
	
	
		
			
				|  | @@ -158,7 +157,7 @@ import SegRecords from '@/components/LemonUI/components/chatrecords/segrecords.v
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: "ForbiddenMessage",
 | 
	
		
			
				|  |  | -  components: { 
 | 
	
		
			
				|  |  | +  components: {
 | 
	
		
			
				|  |  |         Editor,
 | 
	
		
			
				|  |  |         SegRecords
 | 
	
		
			
				|  |  |     },
 | 
	
	
		
			
				|  | @@ -364,5 +363,5 @@ export default {
 | 
	
		
			
				|  |  |      /deep/.el-dialog__headerbtn{
 | 
	
		
			
				|  |  |           top:10px;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | -</style>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +</style>
 |