From fbe16b6f24434f763ce3837a44ad5cf973b74392 Mon Sep 17 00:00:00 2001 From: wangxi <123456> Date: Thu, 10 Mar 2022 13:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/dashboard/qualification/index.tsx | 2 +- web/src/pages/dashboard/workplace/index.tsx | 5 +++-- web/src/pages/mockExamination/chapterList.tsx | 2 +- web/src/pages/personalCenter/index.tsx | 5 ++++- web/src/pages/registration/index.tsx | 13 +++++++------ 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/web/src/pages/dashboard/qualification/index.tsx b/web/src/pages/dashboard/qualification/index.tsx index 0ed96e5..874f613 100644 --- a/web/src/pages/dashboard/qualification/index.tsx +++ b/web/src/pages/dashboard/qualification/index.tsx @@ -63,7 +63,7 @@ const Qualification = () => { return (
-
{history.push('/dashboard/workplace')}} style={{color:'#8C8C8C',cursor:'pointer',}}>首页 / 资质考试
+
{history.push('/dashboard/workplace')}} style={{color:'#8C8C8C',cursor:'pointer',}}>首页 / 资质考试 / {examinationInfo?.examination_name}
考试项目:
diff --git a/web/src/pages/dashboard/workplace/index.tsx b/web/src/pages/dashboard/workplace/index.tsx index 05358e8..ddac6bf 100644 --- a/web/src/pages/dashboard/workplace/index.tsx +++ b/web/src/pages/dashboard/workplace/index.tsx @@ -1,6 +1,6 @@ import type { FC } from 'react'; import { useEffect } from 'react'; -import { Avatar, Card, Col, List, Skeleton, Row, Statistic, Descriptions, Progress, Table, Button } from 'antd'; +import { Avatar, Card, Col, List, Skeleton, Row, Statistic, Descriptions, Progress, Table, Button ,Image} from 'antd'; import { Line, Radar } from '@ant-design/charts'; import { Link, history, useRequest } from 'umi'; import { PageContainer } from '@ant-design/pro-layout'; @@ -268,7 +268,8 @@ const Workplace: FC = () => { className={styles.studyCard} title="当前学习" loading={activitiesLoading} - cover={example} + // cover={example} + cover={} > {lastLearningList?.lecture_teacher} diff --git a/web/src/pages/mockExamination/chapterList.tsx b/web/src/pages/mockExamination/chapterList.tsx index fbd0df4..44e559d 100644 --- a/web/src/pages/mockExamination/chapterList.tsx +++ b/web/src/pages/mockExamination/chapterList.tsx @@ -127,7 +127,7 @@ const CardList = () => { + }}>确定修改
diff --git a/web/src/pages/registration/index.tsx b/web/src/pages/registration/index.tsx index f758655..9f36fe7 100644 --- a/web/src/pages/registration/index.tsx +++ b/web/src/pages/registration/index.tsx @@ -123,6 +123,7 @@ export default () => { /> { rules={[{ required: true, message: '请选择出生年月' }]} /> - - + + @@ -150,14 +151,14 @@ export default () => { value: '全日制本科', }, { - label: '硕士研究生及以上...', - value: '硕士研究生及以上...', + label: '硕士研究生及以上学历', + value: '硕士研究生及以上学历', }, ]} placeholder="请选择" /> - - + +