monitorGroupCount

This commit is contained in:
liuye
2023-09-11 17:17:19 +08:00
parent d217c3a7d9
commit 449f315602

View File

@@ -30,7 +30,7 @@
</el-table-column> </el-table-column>
<el-table-column slot="groupCount" label="监控群聊" align="center"> <el-table-column slot="groupCount" label="监控群聊" align="center">
<template slot-scope="{ row }"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column slot="num" label="群匹配" align="center"> <el-table-column slot="num" label="群匹配" align="center">