From 3ae864f005e8a874de01c15e14b83196a3f6f11b Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Wed, 18 Sep 2024 10:21:30 +0800
Subject: [PATCH] 新增一个测试环境

---
 gz-customerSystem/src/utils/caseTypeSelect.js |  170 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/gz-customerSystem/src/utils/caseTypeSelect.js b/gz-customerSystem/src/utils/caseTypeSelect.js
index ef41fe4..b5ac301 100644
--- a/gz-customerSystem/src/utils/caseTypeSelect.js
+++ b/gz-customerSystem/src/utils/caseTypeSelect.js
@@ -10,6 +10,91 @@
 
 let caseTypeSelect = [
   {
+    "label": "劳动社保",
+    "value": "24_01-2",
+    "icon": null,
+    "parentId": "root",
+    "children": [
+      {
+        "label": "拖欠、克扣工资",
+        "value": "24_02-9",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "社保费用补缴",
+        "value": "24_02-16",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "生育待遇",
+        "value": "24_02-12",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "异地就医办理",
+        "value": "24_02-13",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "养老待遇",
+        "value": "24_02-14",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "失业保险待遇",
+        "value": "24_02-15",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "参保流程",
+        "value": "24_02-17",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "其他(职业技能、社保补贴等)",
+        "value": "24_02-18",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "港澳青年来穗服务",
+        "value": "24_02-19",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "医保个人账户",
+        "value": "24_02-11",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      },
+      {
+        "label": "门诊及住院待遇",
+        "value": "24_02-10",
+        "icon": null,
+        "parentId": "24_01-2",
+        "children": null
+      }
+    ]
+  },
+  {
     "label": "城市管理",
     "value": "24_01-3",
     "icon": null,
@@ -177,91 +262,6 @@
         "value": "24_02-36",
         "icon": null,
         "parentId": "24_01-5",
-        "children": null
-      }
-    ]
-  },
-  {
-    "label": "劳动社保",
-    "value": "24_01-2",
-    "icon": null,
-    "parentId": "root",
-    "children": [
-      {
-        "label": "社保费用补缴",
-        "value": "24_02-16",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "生育待遇",
-        "value": "24_02-12",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "异地就医办理",
-        "value": "24_02-13",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "养老待遇",
-        "value": "24_02-14",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "失业保险待遇",
-        "value": "24_02-15",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "参保流程",
-        "value": "24_02-17",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "其他(职业技能、社保补贴等)",
-        "value": "24_02-18",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "港澳青年来穗服务",
-        "value": "24_02-19",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "医保个人账户",
-        "value": "24_02-11",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "门诊及住院待遇",
-        "value": "24_02-10",
-        "icon": null,
-        "parentId": "24_01-2",
-        "children": null
-      },
-      {
-        "label": "拖欠、克扣工资",
-        "value": "24_02-9",
-        "icon": null,
-        "parentId": "24_01-2",
         "children": null
       }
     ]

--
Gitblit v1.8.0