Kaynağa Gözat

解决冲突

chenxiaochao 1 ay önce
ebeveyn
işleme
fcb5de4699

+ 11 - 13
apps/web-ele/src/router/routes/local.ts

235
     name: 'ViewExamResult',
235
     name: 'ViewExamResult',
236
     path: '/examManage/myExamPaper/result/:id',
236
     path: '/examManage/myExamPaper/result/:id',
237
   },
237
   },
238
-<<<<<<< HEAD
239
-    {
240
-    component: '/schedule/work/class/component/addandedit',
241
-    meta: {
242
-      activePath: '/schedule/work/class',
243
-      icon: 'carbon:information',
244
-      title: '开班',
245
-      hideInMenu: true,
246
-    },
247
-    name: 'AddClass',
248
-    path: '/schedule/work/class/addandedit',
249
-=======
250
   {
238
   {
251
     component: '/system/assetManage/archivesManage/detail',
239
     component: '/system/assetManage/archivesManage/detail',
252
     meta: {
240
     meta: {
257
     },
245
     },
258
     name: 'AssetArchivesDetail',
246
     name: 'AssetArchivesDetail',
259
     path: '/system/assetManage/archivesManage/detail/:id',
247
     path: '/system/assetManage/archivesManage/detail/:id',
260
->>>>>>> 0e1f6ad81045fb3321fea8042547bff705cc8a75
261
   },
248
   },
249
+  {
250
+    component: '/schedule/work/class/component/addandedit',
251
+    meta: {
252
+      activePath: '/schedule/work/class',
253
+      icon: 'carbon:information',
254
+      title: '开班',
255
+      hideInMenu: true,
256
+    },
257
+    name: 'AddClass',
258
+    path: '/schedule/work/class/addandedit',
259
+  }
262
 ];
260
 ];
263
 
261
 
264
 /**
262
 /**

+ 0 - 4
packages/@core/base/shared/src/constants/dict-enum.ts

32
   WF_BUSINESS_STATUS = 'wf_business_status', // 业务状态
32
   WF_BUSINESS_STATUS = 'wf_business_status', // 业务状态
33
   WF_FORM_TYPE = 'wf_form_type', // 表单类型
33
   WF_FORM_TYPE = 'wf_form_type', // 表单类型
34
   WF_TASK_STATUS = 'wf_task_status', // 任务状态
34
   WF_TASK_STATUS = 'wf_task_status', // 任务状态
35
-<<<<<<< HEAD
36
-  TICKET_STATUS = 'ticket_status', // 工单状态
37
   TASK_TYPE = 'task_type', // 任务类型
35
   TASK_TYPE = 'task_type', // 任务类型
38
   WORK_CONTENT = 'work_content', // 上班内容
36
   WORK_CONTENT = 'work_content', // 上班内容
39
-=======
40
->>>>>>> 0e1f6ad81045fb3321fea8042547bff705cc8a75
41
 }
37
 }