瀏覽代碼

解决冲突

chenxiaochao 1 月之前
父節點
當前提交
fcb5de4699
共有 2 個文件被更改,包括 11 次插入17 次删除
  1. 11 13
      apps/web-ele/src/router/routes/local.ts
  2. 0 4
      packages/@core/base/shared/src/constants/dict-enum.ts

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

@@ -235,18 +235,6 @@ const localRoutes: RouteRecordStringComponent[] = [
235 235
     name: 'ViewExamResult',
236 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 239
     component: '/system/assetManage/archivesManage/detail',
252 240
     meta: {
@@ -257,8 +245,18 @@ const localRoutes: RouteRecordStringComponent[] = [
257 245
     },
258 246
     name: 'AssetArchivesDetail',
259 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,10 +32,6 @@ export enum DictEnum {
32 32
   WF_BUSINESS_STATUS = 'wf_business_status', // 业务状态
33 33
   WF_FORM_TYPE = 'wf_form_type', // 表单类型
34 34
   WF_TASK_STATUS = 'wf_task_status', // 任务状态
35
-<<<<<<< HEAD
36
-  TICKET_STATUS = 'ticket_status', // 工单状态
37 35
   TASK_TYPE = 'task_type', // 任务类型
38 36
   WORK_CONTENT = 'work_content', // 上班内容
39
-=======
40
->>>>>>> 0e1f6ad81045fb3321fea8042547bff705cc8a75
41 37
 }