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