辅导员管理-添加学生测评和通知任务佐证功能
- 新增职业测评佐证相关页面配置,包括列表、添加、详情页面 - 新增通知任务佐证相关页面配置,包括列表、添加、详情页面 - 实现学生管理组件中上传材料功能,支持职业测评和通知任务材料上传 - 优化专业工作组件,支持毕业生和非毕业生不同评分字段逻辑 - 调整个人报告页面标签配置,区分毕业生和非毕业生不同业务流程 - 完善表单验证逻辑,针对不同班级类型和标签页进行差异化处理 ```
This commit is contained in:
48
pages.json
48
pages.json
@@ -554,6 +554,54 @@
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-test/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "职业测评佐证",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-test/add",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加佐证",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-test/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "佐证详情",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-notice/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通知任务佐证",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-notice/add",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加佐证",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/student-notice/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "佐证详情",
|
||||
"navigationBarBackgroundColor": "#1890FF",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/instructor/performance-appraisal/performance-evaluation/overwork-materials/add",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user