Преглед на файлове

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>