Ver código fonte

调整报告默认章节名称

Kevin Jiang 2 anos atrás
pai
commit
604494c0ba
1 arquivos alterados com 19 adições e 19 exclusões
  1. 19 19
      src/types/report.types.ts

+ 19 - 19
src/types/report.types.ts

@@ -40,27 +40,27 @@ export const ChapterTypeLabels = [
   },
   {
     key: ChapterType.SOLUTION,
-    label: '项目实施方案'
-  },
-  {
-    key: ChapterType.PROGRESS,
-    label: '进度安排、计划内容'
+    label: '实施方案及进度安排'
   },
+  // {
+  //   key: ChapterType.PROGRESS,
+  //   label: '进度安排、计划内容'
+  // },
   {
     key: ChapterType.BUDGET,
     label: '经费预算'
   },
-  {
-    key: ChapterType.MARKET,
-    label: '应用或产业化前景与市场需求分析'
-  },
+  // {
+  //   key: ChapterType.MARKET,
+  //   label: '应用或产业化前景与市场需求分析'
+  // },
   {
     key: ChapterType.BENEFIT_ANALYSIS,
-    label: '经济社会效益分析'
+    label: '经济社会效益分析'
   },
   {
     key: ChapterType.RISK,
-    label: '项目的风险分析与对策'
+    label: '项目风险分析和对策'
   },
   {
     key: ChapterType.USER_DEFINED,
@@ -93,18 +93,18 @@ export const ChapterTypeKeywords = [
     key: ChapterType.SOLUTION,
     keywords: ['实施方案'],
   },
-  {
-    key: ChapterType.PROGRESS,
-    keywords: [],
-  },
+  // {
+  //   key: ChapterType.PROGRESS,
+  //   keywords: [],
+  // },
   {
     key: ChapterType.BUDGET,
     keywords: [],
   },
-  {
-    key: ChapterType.MARKET,
-    keywords: [],
-  },
+  // {
+  //   key: ChapterType.MARKET,
+  //   keywords: [],
+  // },
   {
     key: ChapterType.BENEFIT_ANALYSIS,
     keywords: ['经济效益', '社会效益', '经济效益分析', '社会效益分析'],