mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
-- 用户头像
This commit is contained in:
@@ -74,11 +74,11 @@
|
|||||||
<el-table-column align="center" prop="organizationName" label="归属组织" />
|
<el-table-column align="center" prop="organizationName" label="归属组织" />
|
||||||
<el-table-column #default="scope" align="center" :width="150" prop="state" label="状态">
|
<el-table-column #default="scope" align="center" :width="150" prop="state" label="状态">
|
||||||
<img :src="
|
<img :src="
|
||||||
scope.row.status === 0
|
scope.row.taskStatus === 1
|
||||||
? ongoing
|
? ongoing
|
||||||
: scope.row.status === 1
|
: scope.row.taskStatus === 2
|
||||||
? completed
|
? completed
|
||||||
: scope.row.status === -1
|
: scope.row.taskStatus === 0
|
||||||
? nostarted
|
? nostarted
|
||||||
: null
|
: null
|
||||||
" style="width: 99px; height: 99px" />
|
" style="width: 99px; height: 99px" />
|
||||||
|
|||||||
@@ -401,7 +401,7 @@ function toFinish(d) {
|
|||||||
}
|
}
|
||||||
if (d.type === 3 || d.type === 7) {
|
if (d.type === 3 || d.type === 7) {
|
||||||
request(STUDY_RECORD, {
|
request(STUDY_RECORD, {
|
||||||
studentId: data.value.userInfoBo.userId,
|
studentId: userInfo.value.id,
|
||||||
targetId: data.value.routerId,
|
targetId: data.value.routerId,
|
||||||
logo: 1,
|
logo: 1,
|
||||||
stageOrChapterId: data.value.currentStageId,
|
stageOrChapterId: data.value.currentStageId,
|
||||||
|
|||||||
Reference in New Issue
Block a user