소스 검색

refactor(portraitManagement): 新增团队和部门档案空页面模板

创建了teamProfile和deptProfile的初始空模板文件,用于后续业务功能开发
huoyi@samsundot.com 4 주 전
부모
커밋
82b7305ece
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/portraitManagement/deptProfile/index.vue
  2. 1 0
      src/views/portraitManagement/teamProfile/index.vue

+ 3 - 0
src/views/portraitManagement/deptProfile/index.vue

@@ -0,0 +1,3 @@
1
+<template>
2
+    
3
+</template>

+ 1 - 0
src/views/portraitManagement/teamProfile/index.vue

@@ -0,0 +1 @@
1
+<template></template>