Commit b31fa4aa authored by nanahira's avatar nanahira

sex

parent b3b07c6c
Pipeline #3239 failed with stages
in 9 minutes and 48 seconds
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* 学号: {{id}} * 学号: {{id}}
* 姓名: {{name}} * 姓名: {{name}}
{{#sex}} {{#displaySex}}
* 性别: {{sex}} * 性别: {{displaySex}}
{{/sex}} {{/displaySex}}
{{#collegeString}} {{#collegeString}}
* 学院: {{collegeString}} * 学院: {{collegeString}}
{{/collegeString}} {{/collegeString}}
......
...@@ -10,7 +10,7 @@ export interface NameWise { ...@@ -10,7 +10,7 @@ export interface NameWise {
export interface ScoreSheetData { export interface ScoreSheetData {
name: string; name: string;
sex: string; displaySex: string;
id: string; id: string;
collegeString: string; collegeString: string;
professionString: string; professionString: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment