Procházet zdrojové kódy

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

创建了teamProfile和deptProfile的初始空模板文件,用于后续业务功能开发
huoyi@samsundot.com před 4 týdny
rodič
revize
82b7305ece

+ 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>