根据当下需求优化

This commit is contained in:
Vectorune
2025-10-17 19:32:46 +08:00
parent 847665598b
commit 0545433c64
6 changed files with 20 additions and 20 deletions

View File

@ -16,15 +16,15 @@ const ContentConfig = props => {
let text = '';
if (courseNature === '01') {
color = 'green';
text = '公共必修';
text = '公共';
}
if (courseNature === '02') {
color = 'blue';
text = '院选修';
text = '专业课';
}
if (courseNature === '03') {
color = 'purple';
text = '专业必修';
text = '校选课';
}
return (
<Tag color={color} key={courseNature}>
@ -173,7 +173,7 @@ const ContentConfig = props => {
{contentHolder}
<Flex vertical justify={"start"} align={"start"} gap={"middle"}>
<div>
<Title level={4}>内容配置</Title>
<Title level={4}>内容配置</Title>
<Text level={4}
type={'secondary'}>选择您想体现在证明上的工作量数据无论是课时证明还是任职后工作情况证明都将会通过您的选择进而渲染合适的数据到您需要的报告中</Text>
</div>