优化返回内容

This commit is contained in:
liuwei
2026-01-19 17:42:02 +08:00
parent c3f6cf1bd9
commit fc1810daf6

View File

@@ -286,7 +286,7 @@
</template>
</el-table-column>
<el-table-column prop="wxid" label="成员ID" width="220"></el-table-column>
<el-table-column prop="name" label="成员昵称" width="200"></el-table-column>
<el-table-column prop="name" label="成员昵称" width="300"></el-table-column>
<el-table-column label="状态" width="100">
<template slot-scope="scope">
<el-tag size="mini" :type="scope.row.status === 1 ? 'success' : 'info'">