|
|
@@ -10,11 +10,11 @@
|
|
|
<!-- 小组信息-->
|
|
|
<div style="padding: 5px">
|
|
|
<a-card title="小组信息" v-model="group_message" class="outer_border_color" :bordered="false">
|
|
|
- <a-row>
|
|
|
- <a-col :span="12" style="font-size: 15px">
|
|
|
- 组号:{{group_message[0].group}}
|
|
|
- </a-col>
|
|
|
- </a-row>
|
|
|
+<!-- <a-row>-->
|
|
|
+<!-- <a-col :span="12" style="font-size: 15px">-->
|
|
|
+<!-- 组号:{{group_message[0].group}}-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </a-row>-->
|
|
|
<a-card title="项目信息:" class="inner_border_color">
|
|
|
<a-row v-for="projectItem in group_message[0].projects" :key="projectItem" style="margin-top: 5px" >
|
|
|
<a-col :span="12">
|
|
|
@@ -164,10 +164,10 @@
|
|
|
{projectId:2, projectName:"fun_backEnd",},
|
|
|
],
|
|
|
members: [
|
|
|
- {userId: 11,studentId: 201250076, name:"周棋秋"},
|
|
|
- {userId: 12,studentId: 201250075,name: "田野"},
|
|
|
- {userId: 13,studentId: 201250077,name: "金采源"},
|
|
|
- {userId: 14,studentId: 201250230,name: "李泽玉"},
|
|
|
+ {userId: 11,studentId: 201250076, name:"zqq"},
|
|
|
+ {userId: 12,studentId: 201250075,name: "ty"},
|
|
|
+ {userId: 13,studentId: 201250077,name: "kcy"},
|
|
|
+ {userId: 14,studentId: 201250230,name: "pyy"},
|
|
|
],
|
|
|
commit: {
|
|
|
["commit-times"]: 5,
|
|
|
@@ -182,10 +182,10 @@
|
|
|
"feat: 增加优惠券功能",
|
|
|
],
|
|
|
["commit-contribution"]: [
|
|
|
- {name: "周棋秋", times: 0, proportion: 0},
|
|
|
- {name:"田野",times:2, proportion: 0.4},
|
|
|
- {name:"金采源",times:1, proportion: 0.2},
|
|
|
- {name:"李泽玉",times:2, proportion: 0.4},
|
|
|
+ {name: "zqq", times: 0, proportion: 0},
|
|
|
+ {name:"ty",times:2, proportion: 0.4},
|
|
|
+ {name:"kcy",times:1, proportion: 0.2},
|
|
|
+ {name:"pyy",times:2, proportion: 0.4},
|
|
|
]
|
|
|
},
|
|
|
test: {
|
|
|
@@ -195,10 +195,10 @@
|
|
|
["interface-test-concurrency-failure"]: 20,
|
|
|
["interface-test-concurrency-pass"]: 80,
|
|
|
["interface-test-contribution"]: [
|
|
|
- {name: "周棋秋", times: 4, proportion: 0.8},
|
|
|
- {name:"田野",times:0, proportion: 0},
|
|
|
- {name:"金采源",times:0, proportion: 0},
|
|
|
- {name:"李泽玉",times:1, proportion: 0.2},
|
|
|
+ {name: "zqq", times: 4, proportion: 0.8},
|
|
|
+ {name:"ty",times:0, proportion: 0},
|
|
|
+ {name:"kcy",times:0, proportion: 0},
|
|
|
+ {name:"pyy",times:1, proportion: 0.2},
|
|
|
]
|
|
|
},
|
|
|
},
|
|
|
@@ -207,10 +207,10 @@
|
|
|
["pipeline-pass"]:10,
|
|
|
["pipeline-failure"]:0,
|
|
|
["pipeline-contribution"]: [
|
|
|
- {name: "周棋秋", times: 1, proportion: 0.1},
|
|
|
- {name:"田野",times:1, proportion: 0.1},
|
|
|
- {name:"金采源",times:2, proportion: 0.2},
|
|
|
- {name:"李泽玉",times:6, proportion: 0.6},
|
|
|
+ {name: "zqq", times: 1, proportion: 0.1},
|
|
|
+ {name:"ty",times:1, proportion: 0.1},
|
|
|
+ {name:"kcy",times:2, proportion: 0.2},
|
|
|
+ {name:"pyy",times:6, proportion: 0.6},
|
|
|
]
|
|
|
},
|
|
|
}],
|
|
|
@@ -258,7 +258,8 @@
|
|
|
},
|
|
|
|
|
|
clickBackHome(){
|
|
|
- this.$router.push('/home');
|
|
|
+ // this.$router.push('/home');
|
|
|
+ window.location.replace("http://localhost:8085/studentPage");
|
|
|
},
|
|
|
|
|
|
async initData(groupId){
|