From 27e7433ccf8adae78c7adb2bf7b578a7ae64174e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 13:24:29 +0800
Subject: [PATCH] fix: bug
---
src/views/Home/constants/index.ts | 127 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 126 insertions(+), 1 deletions(-)
diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts
index ad89815..4c848ac 100644
--- a/src/views/Home/constants/index.ts
+++ b/src/views/Home/constants/index.ts
@@ -62,6 +62,12 @@
width: 160,
},
{
+ id: '10-1',
+ enCode: 'insureEffectingCount',
+ name: '鐢熸晥浜烘暟',
+ width: 160,
+ },
+ {
id: '11',
enCode: 'sumInsured',
name: '鎬讳繚棰�(鍏�)',
@@ -81,14 +87,133 @@
},
{
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: '鏀粯鐘舵��',
+ },
+]);
+
+export const InsurePayManageColumns = defineColumns([
+ {
+ id: '1',
+ enCode: 'channelOrderNo',
+ name: '璁㈠崟鍙�',
+ },
+ {
+ id: '2',
+ enCode: 'proposalNo',
+ name: '鎶曚繚鍗曞彿',
+ },
+ {
+ id: '2-1',
+ enCode: 'proposalCount',
+ name: '鎶曚繚浜烘暟',
+ },
+ {
+ id: '3',
+ enCode: 'sumSignPremium',
+ name: '淇濊垂閲戦',
+ },
+ {
+ id: '4',
+ enCode: 'creationTime',
+ name: '鍒涘缓鏃ユ湡',
+ },
+ {
+ id: '5',
+ enCode: 'status',
+ name: '鏀粯鐘舵��',
+ },
+ {
+ id: '6',
+ enCode: 'completionTime',
+ name: '鏀粯鏃ユ湡',
+ },
+]);
+
+export enum InsureLineMode {
+ OnLine = 10,
+ OffLine = 20,
+}
--
Gitblit v1.9.1