diff --git a/src/component/Workload/CourseTypeTag.jsx b/src/component/Workload/CourseTypeTag.jsx index eb24264..e0410ce 100644 --- a/src/component/Workload/CourseTypeTag.jsx +++ b/src/component/Workload/CourseTypeTag.jsx @@ -10,15 +10,15 @@ const CourseTypeTag = (props) => { useEffect(() => { if (courseNature === '01') { setColor('green'); - setText('公共必修'); + setText('公共课'); } if (courseNature === '02') { setColor('blue'); - setText('院选修'); + setText('专业课'); } if (courseNature === '03') { setColor('purple'); - setText('专业必修'); + setText('校选课'); } }, [props]); diff --git a/src/page/Dashboard/DataManager/ImportDataDrawer.jsx b/src/page/Dashboard/DataManager/ImportDataDrawer.jsx index 978dda7..270e0a2 100644 --- a/src/page/Dashboard/DataManager/ImportDataDrawer.jsx +++ b/src/page/Dashboard/DataManager/ImportDataDrawer.jsx @@ -76,7 +76,7 @@ const ImportDataDrawer = props => { labelAlign={'left'} onFinish={onFinish} > - { 第一学期 第二学期 - + */} { let text = ''; if (courseNature === '01') { color = 'green'; - text = '公共必修'; + text = '公共课'; } if (courseNature === '02') { color = 'blue'; - text = '院选修'; + text = '专业课'; } if (courseNature === '03') { color = 'purple'; - text = '专业必修'; + text = '校选课'; } return ( @@ -173,7 +173,7 @@ const ContentConfig = props => { {contentHolder}
- 证书内容配置 + 证明内容配置 选择您想体现在证明上的工作量数据,无论是课时证明还是任职后工作情况证明,都将会通过您的选择进而渲染合适的数据到您需要的报告中。
diff --git a/src/page/Dashboard/GenerateCertificate/ParameterConfig.jsx b/src/page/Dashboard/GenerateCertificate/ParameterConfig.jsx index 551ac9d..b2f6f61 100644 --- a/src/page/Dashboard/GenerateCertificate/ParameterConfig.jsx +++ b/src/page/Dashboard/GenerateCertificate/ParameterConfig.jsx @@ -54,9 +54,9 @@ const ParameterConfig = props => { }} > { @@ -102,7 +102,7 @@ const ParameterConfig = props => { ]} /> - +
*/} diff --git a/src/page/Dashboard/GenerateCertificate/ReadyToGenerate.jsx b/src/page/Dashboard/GenerateCertificate/ReadyToGenerate.jsx index 2112850..5a95266 100644 --- a/src/page/Dashboard/GenerateCertificate/ReadyToGenerate.jsx +++ b/src/page/Dashboard/GenerateCertificate/ReadyToGenerate.jsx @@ -7,15 +7,15 @@ const generateTag = (courseNature) => { let text = ''; if (courseNature === '01') { color = 'green'; - text = '公共必修'; + text = '公共课'; } if (courseNature === '02') { color = 'blue'; - text = '院选修'; + text = '专业课'; } if (courseNature === '03') { color = 'purple'; - text = '专业必修'; + text = '校选课'; } return ( diff --git a/src/page/Dashboard/GenerateCertificate/index.jsx b/src/page/Dashboard/GenerateCertificate/index.jsx index f7d405b..d1f482c 100644 --- a/src/page/Dashboard/GenerateCertificate/index.jsx +++ b/src/page/Dashboard/GenerateCertificate/index.jsx @@ -44,12 +44,12 @@ const GenerateCertificate = props => { description: '选择生成证书的用户', }, { - title: '证书参数配置', - description: '证书类型、参数配置', + title: '证明参数配置', + description: '证明类型、参数配置', }, { - title: '证书内容配置', - description: '选择证书的工作量记录', + title: '证明内容配置', + description: '选择证明的工作量记录', }, { title: '数据确认',