From c55c548308e6a1adef6670f8acf1ee5f57e77da6 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期六, 28 六月 2025 15:46:25 +0800
Subject: [PATCH] feat: v2.2

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

diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts
index 86c9edb..9582a45 100644
--- a/src/views/Home/constants/index.ts
+++ b/src/views/Home/constants/index.ts
@@ -86,6 +86,12 @@
     width: 160,
   },
   {
+    id: '141',
+    enCode: 'payStatus',
+    name: '鏀粯鐘舵��',
+    width: 160,
+  },
+  {
     id: '15',
     enCode: 'status',
     name: '鎶曚繚鐘舵��',
@@ -98,3 +104,67 @@
     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