|  | @@ -29,6 +29,7 @@
 | 
	
		
			
				|  |  |            @keyup.enter.native="handleQuery"
 | 
	
		
			
				|  |  |          />
 | 
	
		
			
				|  |  |        </el-form-item>
 | 
	
		
			
				|  |  | +      
 | 
	
		
			
				|  |  |        <el-form-item label="消息编号" prop="id">
 | 
	
		
			
				|  |  |          <el-input
 | 
	
		
			
				|  |  |            v-model="queryParams.id"
 | 
	
	
		
			
				|  | @@ -101,12 +102,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 +158,7 @@ import SegRecords from '@/components/LemonUI/components/chatrecords/segrecords.v
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: "ForbiddenMessage",
 | 
	
		
			
				|  |  | -  components: { 
 | 
	
		
			
				|  |  | +  components: {
 | 
	
		
			
				|  |  |         Editor,
 | 
	
		
			
				|  |  |         SegRecords
 | 
	
		
			
				|  |  |     },
 | 
	
	
		
			
				|  | @@ -364,5 +364,5 @@ export default {
 | 
	
		
			
				|  |  |      /deep/.el-dialog__headerbtn{
 | 
	
		
			
				|  |  |           top:10px;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | -</style>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +</style>
 |