You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
515 B

{
"title": "学生登录信息",
"sheetName": "学生登录信息",
"titleHeight": 30,
"rowHeight": 30,
"showNumber": true,
"colInfo": [
{
"show_column_name": "学生姓名",
"list_column_name": "person_name",
"width": 40
},
{
"show_column_name": "登录名",
"list_column_name": "login_name",
"width": 40
},
{
"show_column_name": "原始密码",
"list_column_name": "original_pwd",
"width": 40
}
]
}