From 494437cde24aaa5cd6c571a7916df65b7c6d0cf9 Mon Sep 17 00:00:00 2001 From: yannqing <67121851@qq.com> Date: Sun, 17 Mar 2024 09:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=861?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/WorkLoadPage/ChildModule.vue | 20 ++++++++++---------- src/views/WorkLoadPage/Childsystem.vue | 20 ++++++++++---------- src/views/WorkLoadPage/I_Manage.vue | 8 ++++---- src/views/WorkLoadPage/ModuleInfo.vue | 5 +++-- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/src/views/WorkLoadPage/ChildModule.vue b/src/views/WorkLoadPage/ChildModule.vue index fac473b..a8017c5 100644 --- a/src/views/WorkLoadPage/ChildModule.vue +++ b/src/views/WorkLoadPage/ChildModule.vue @@ -11,16 +11,16 @@
-
-

子系统名称:后台管理系统

-

子系统周期:10天

-

项目开始时间:

-

项目完成时间:

-
-

工作量:

-

20人/天

-
-
+ + + + + + + + + +
diff --git a/src/views/WorkLoadPage/Childsystem.vue b/src/views/WorkLoadPage/Childsystem.vue index fdc773f..e3acf8f 100644 --- a/src/views/WorkLoadPage/Childsystem.vue +++ b/src/views/WorkLoadPage/Childsystem.vue @@ -9,16 +9,16 @@
-
-

项目名称:梁溪区纪委大数据管理平台{{ ChildSystems.name }}

-

项目周期:3个月

-

项目开始时间:

-

项目完成时间:

-
-

工作量:

-

20人/天

-
-
+ + + + + + + + + +
{ - console.log(res) - - }) + // request.projectGet(token).then(res => { + // console.log(res) + // + // }) } ) diff --git a/src/views/WorkLoadPage/ModuleInfo.vue b/src/views/WorkLoadPage/ModuleInfo.vue index d351dab..a1022a8 100644 --- a/src/views/WorkLoadPage/ModuleInfo.vue +++ b/src/views/WorkLoadPage/ModuleInfo.vue @@ -41,7 +41,7 @@ {{ item }}
@@ -58,13 +58,14 @@ const route = useRoute() const token = window.localStorage.getItem("token") const moduleInfo = reactive({ - name:'', + data:{} }) onMounted(()=>{ request.getModuleInfo(route.params.id, token).then((res)=>{ console.log("ModuleInfo:", res) + moduleInfo.data = res.data.data }) }) \ No newline at end of file