From 8e67c5496e9c51bd8695ebcbb11775d0cfefbace Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 31 Jan 2023 16:04:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawers/router/RouterProjectManage.vue | 700 ++++++++++++++++++ src/views/learningpath/LevelAdd.vue | 33 +- 2 files changed, 732 insertions(+), 1 deletion(-) create mode 100644 src/components/drawers/router/RouterProjectManage.vue 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 @@ + + + + + + \ 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" /> + + + +