From 4fb3fd42d84118df5b4508ac3cc37e480760373d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 02 七月 2025 17:11:41 +0800
Subject: [PATCH] fix: 江佑保系统健壮性修复

---
 src/views/Home/components/InsureOrderInfoView.vue |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/src/views/Home/components/InsureOrderInfoView.vue b/src/views/Home/components/InsureOrderInfoView.vue
index 4aef872..ab1b6ba 100644
--- a/src/views/Home/components/InsureOrderInfoView.vue
+++ b/src/views/Home/components/InsureOrderInfoView.vue
@@ -106,6 +106,7 @@
                   <el-button icon="Plus" type="primary">瀵煎叆</el-button>
                 </template>
               </BlFileUpload>
+              <el-button @click="handleClear()" type="primary">瀵煎嚭鎶曚繚閿欒浜哄憳娓呭崟</el-button>
               <el-button @click="handleClear()" type="primary">娓呯┖鏁版嵁</el-button>
             </template>
             <template v-else>
@@ -165,6 +166,7 @@
   InsurancePolicyStatusEnum,
   InsurancePolicyStatusEnumText,
   InsurancePolicyAuditStatusEnum,
+  InsuranceDetailStatusEnumText,
 } from '@/constants';
 import ChangePersonInfoDialog from './ChangePersonInfoDialog.vue';
 import InsureClaimDetailDialog from './InsureClaimDetailDialog.vue';
@@ -244,6 +246,24 @@
     id: '10',
     enCode: 'phone',
     name: '鎵嬫満鍙风爜',
+    width: 140,
+  },
+  {
+    id: '101',
+    enCode: 'payOrder',
+    name: '鎵规鍙�',
+    width: 140,
+  },
+  {
+    id: '102',
+    enCode: 'status',
+    name: '鎶曚繚鐘舵��',
+    width: 140,
+  },
+  {
+    id: '103',
+    enCode: 'auditRemark',
+    name: '澶囨敞',
     width: 140,
   },
   {
@@ -346,7 +366,12 @@
       keyWord: '',
       orderInput: [{ property: 'id', order: OrderInputType.Asc }],
     },
-    columnsRenderProps: {},
+    columnsRenderProps: {
+      status: {
+        type: 'enum',
+        valueEnum: InsuranceDetailStatusEnumText,
+      },
+    },
   }
 );
 

--
Gitblit v1.9.1