fix: 学员列表新增字段

This commit is contained in:
kaizheng(郑凯) 2025-03-05 13:47:51 +08:00
parent 5cdabdc693
commit 7984633a42

View File

@ -63,6 +63,7 @@
</template>
</el-table-column>
<el-table-column prop="userId" label="uid" width="180" />
<el-table-column prop="nickName" label="昵称" width="180" />
<el-table-column prop="joinTime" label="加入时间" />
<el-table-column prop="expireTime" label="到期时间" />
<el-table-column prop="" label="状态">
@ -141,6 +142,9 @@ export default {
clickItem: {}
};
},
created() {
this.getListCustomer();
},
methods: {
onSubmit() {
this.formInline.current = 1;