| | |
| | | <el-table-column label="身份证号码" prop="idcard" width="200"></el-table-column> |
| | | <el-table-column label="操作"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="handleAudit(scope.row)">审核</el-button> |
| | | <el-button type="text" size="medium" @click="handleAudit(scope.row)">审核</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | <span>{{ scope.row.groupName }} 案件</span> |
| | | <span>{{ scope.row.userName }}</span> |
| | | <span>发布了</span> |
| | | <el-button type="text" size="small" @click="toGroup(scope.row.groupId)">消息</el-button> |
| | | <el-button type="text" size="medium" @click="toGroup(scope.row.groupId)">消息</el-button> |
| | | </div> |
| | | <div class="message-item-time"> |
| | | <span>{{ scope.row.ctime }}</span> |