diff --git a/src/components/drawers/router/RouterProjectManage.vue b/src/components/drawers/router/RouterProjectManage.vue new file mode 100644 index 00000000..2a968b41 --- /dev/null +++ b/src/components/drawers/router/RouterProjectManage.vue @@ -0,0 +1,700 @@ + + + + + + 【项目】{{ title }} + + + + + + + + + + 起止时间:{{ datasource.startTime }} ~ {{ datasource.endTime }} + + + + + 姓名: + + + + 任务状态: + + + + + + + + + 搜索 + + + + 重置 + + + + + + + + 导出数据 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index aaf6e169..a0035749 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -500,6 +500,8 @@ ? evaluationModel(item, value.name) : item.type === 12 ? voteModel(item, value.name) + : item.type === 13 + ? projectModel(item, value.name) : null " > @@ -1273,6 +1275,15 @@ :levelName="voteLevelName" /> + + + +