monitorGroupCount
This commit is contained in:
		| @@ -30,7 +30,7 @@ | ||||
|           </el-table-column> | ||||
|           <el-table-column slot="groupCount" label="监控群聊"  align="center"> | ||||
|             <template slot-scope="{ row }"> | ||||
|               <div @click="showDialog(row)" style="cursor: pointer;color:#26f">{{row.groupCount}}</div> | ||||
|               <div @click="showDialog(row)" style="cursor: pointer;color:#26f">{{row.monitorGroupCount}}</div> | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|           <el-table-column slot="num" label="群匹配"  align="center"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user