feat(projects): 1、增加空白页占位;2、调试已开发功能;
This commit is contained in:
3
src/views/personal-center/my-application/index.vue
Normal file
3
src/views/personal-center/my-application/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="我的申请" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
3
src/views/personal-center/my-monthly/index.vue
Normal file
3
src/views/personal-center/my-monthly/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="我的月报" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
3
src/views/personal-center/my-performance/index.vue
Normal file
3
src/views/personal-center/my-performance/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="我的绩效" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
3
src/views/personal-center/my-profile/index.vue
Normal file
3
src/views/personal-center/my-profile/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="个人信息" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
3
src/views/personal-center/my-weekly/index.vue
Normal file
3
src/views/personal-center/my-weekly/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="我的周报" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
3
src/views/personal-center/pending-approval/index.vue
Normal file
3
src/views/personal-center/pending-approval/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<LookForward title="待我审批" subtitle="功能建设中,敬请期待" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user