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 | 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