From ca6f90dcc968c4dd83e0664aaab0ea724b7892a4 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Fri, 30 Aug 2024 14:34:12 +0800
Subject: [PATCH] feat: 查看当事人详情

---
 gz-customerSystem/src/utils/selectOption.js |   61 +++++++++++++++++++++---------
 1 files changed, 43 insertions(+), 18 deletions(-)

diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index e30ca84..dc90dc7 100644
--- a/gz-customerSystem/src/utils/selectOption.js
+++ b/gz-customerSystem/src/utils/selectOption.js
@@ -65,7 +65,7 @@
   },
 ];
 //上传材料类型
-const sourceType = [
+const fileOwnerType = [
   {
     value: '22_00018-101',
     label: '申请材料',
@@ -516,6 +516,21 @@
     label: '不同意' 
   },
 ];
+//事项等级
+const caseLevelList = [
+  {
+    value: 1,
+    label: '一级'
+  },
+  {
+    value: 2,
+    label: '二级'
+  },
+  {
+    value: 3,
+    label: '三级'
+  },
+]
 
 // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
 
@@ -647,7 +662,7 @@
   },
 ];
 // 任务节点执行者类型
-const operType = [
+const taskCandeType = [
   {
     value: 1,
     label: '所有人',
@@ -1057,47 +1072,57 @@
   },
 ];
 
+
+
 const obj = {
   caseCanal,
-  mediateType,
+  visitWay,
   personType,
   personClass,
-  sourceType,
+  fileOwnerType,
   sex,
-  agentClass,
   cardType,
-  mediateError,
-  refuseSign,
-  job,
   nation,
   agentType,
   caseStatus,
-  signResult,
-  dispSource,
-  dispType,
-  dispHandle,
   process,
   mediResult,
   meetType,
   meetWay,
-  joinUserType,
+  dispType,
+  auditResult,
+  caseLevelList,
+
+  // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
+
+  mediateType,
+  agentClass,
+  job,
   noticeWay,
   fileStatus,
-  operType,
+  taskCandeType,
   realStatus,
+  recordStatus,
+  crowd,
+  caseSource,
+
+  // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV旧系统下拉框,临时保留VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
+
+  mediateError,
+  refuseSign,
+  signResult,
+  dispSource,
+  dispHandle,
+  joinUserType,
   faceStatus,
   judicProcess,
   judicStatus,
   judicResult,
   judicError,
   judicReturn,
-  recordStatus,
-  crowd,
-  caseSource,
   selectdata,
   fulfilSitu,
   mediFalseCause,
-  auditResult,
 };
 
 export default obj;

--
Gitblit v1.8.0