From 8c51130620da8ef42591558e33b7069cecca2894 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 11 Sep 2024 11:55:41 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- 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