浏览代码

学员编号字段更换

zhangsq 7 月之前
父节点
当前提交
33755d03fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/courseAdd/components/StudentDetails.vue

+ 1 - 1
src/views/courseAdd/components/StudentDetails.vue

@@ -224,7 +224,7 @@
 	})
 
 	const columns = [
-		{ title: '学员编号', dataIndex: 'phone', align: 'center' },
+		{ title: '学员编号', dataIndex: 'ACCOUNT', align: 'center' },
 		{ title: '姓名', dataIndex: 'userIdName', align: 'center' },
 		{ title: '性别', dataIndex: 'gender', align: 'center' },
 		{ title: '账号状态', dataIndex: 'userStatusName', align: 'center' },