scorpioyq 3 years ago
parent
commit
fadbbde041
2 changed files with 6 additions and 5 deletions
  1. 5 4
      src/views/home/component/dash.vue
  2. 1 1
      src/views/home/component/folder_list.vue

+ 5 - 4
src/views/home/component/dash.vue

@@ -142,12 +142,13 @@ export default {
             width: 180
           },
           {
-            label: '项目领域',
-            prop: 'dictName'
+            label: '项目类型',
+            prop: 'projectTypeName',
+            width: 240
           },
           {
-            label: '项目进行阶段',
-            prop: 'stageId'
+            label: '项目领域',
+            prop: 'dictName',
           },
           {
             label: '发债时间',

+ 1 - 1
src/views/home/component/folder_list.vue

@@ -2,7 +2,7 @@
   <div class="full-width full-height mb-10">
     <div class="flex flex-col">
       <div class="flex flex-align-center padding border-bottom bold title-sp">
-        <span v-if="type === 0" class="flex-1">谋划阶段</span>
+        <span v-if="type === 0" class="flex-1"></span>
         <span v-else class="flex-1"></span>
         <span style="flex: 2">文件/文件夹名称</span>
         <span style="flex: 1">更新(上传)时间</span>