Browse Source

学员编号字段更换

zhangsq 7 tháng trước cách đây
mục cha
commit
33755d03fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' },