From 5664a1a616df498cba58b9a8e63a91ac0ba96bab Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 01 七月 2025 13:44:55 +0800
Subject: [PATCH] feat: add rrweb

---
 src/views/Home/constants/index.ts |   78 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 77 insertions(+), 1 deletions(-)

diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts
index ad89815..9582a45 100644
--- a/src/views/Home/constants/index.ts
+++ b/src/views/Home/constants/index.ts
@@ -81,14 +81,90 @@
   },
   {
     id: '14',
+    enCode: 'auditStatus',
+    name: '瀹℃牳鐘舵��',
+    width: 160,
+  },
+  {
+    id: '141',
+    enCode: 'payStatus',
+    name: '鏀粯鐘舵��',
+    width: 160,
+  },
+  {
+    id: '15',
     enCode: 'status',
     name: '鎶曚繚鐘舵��',
     width: 160,
   },
   {
-    id: '15',
+    id: '16',
     enCode: 'claimCount',
     name: '鐞嗚禂鏁伴噺',
     width: 160,
   },
 ]).filter(Boolean);
+
+export const InsurancePolicyStampFilesColumns = defineColumns([
+  {
+    id: '1',
+    enCode: 'channelOrderNo',
+    name: '璁㈠崟鍙�',
+  },
+  {
+    id: '2',
+    enCode: 'proposalNo',
+    name: '鎶曚繚鍗曞彿',
+  },
+  {
+    id: '3',
+    enCode: 'sumSignPremium',
+    name: '淇濊垂閲戦',
+  },
+]);
+
+export const InsureDownloadInvoiceColumns = defineColumns([
+  {
+    id: '1',
+    enCode: 'channelOrderNo',
+    name: '璁㈠崟鍙�',
+  },
+  {
+    id: '2',
+    enCode: 'proposalNo',
+    name: '鎶曚繚鍗曞彿',
+  },
+  {
+    id: '3',
+    enCode: 'invoiceSerialNo',
+    name: '鍙戠エ鍙风爜',
+  },
+  {
+    id: '4',
+    enCode: 'invoicePlanFee',
+    name: '浠风◣鍚堣',
+  },
+]);
+
+export const InsurePayDetailColumns = defineColumns([
+  {
+    id: '1',
+    enCode: 'channelOrderNo',
+    name: '璁㈠崟鍙�',
+  },
+  {
+    id: '2',
+    enCode: 'proposalNo',
+    name: '鎶曚繚鍗曞彿',
+  },
+  {
+    id: '3',
+    enCode: 'sumSignPremium',
+    name: '淇濊垂閲戦',
+  },
+  {
+    id: '4',
+    enCode: 'status',
+    name: '鏀粯鐘舵��',
+  },
+]);

--
Gitblit v1.9.1