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 | 130 ++++++++++++++++++++++++++++++++++--------- 1 files changed, 103 insertions(+), 27 deletions(-) diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts index 51e1480..9582a45 100644 --- a/src/views/Home/constants/index.ts +++ b/src/views/Home/constants/index.ts @@ -2,93 +2,169 @@ export const columns = defineColumns([ { - id: '2', - enCode: 'channel', + id: '1', + enCode: 'serialNum', name: '鎵规鍙�', width: 160, }, { - id: '3', - enCode: 'orderNo', + id: '2', + enCode: 'insureBillNo', name: '淇濆崟鍙�', width: 160, }, { - id: '4', - enCode: 'orderNo', + id: '3', + enCode: 'insurerName', name: '鎶曚繚浜�', width: 160, }, { - id: '5', - enCode: 'orderNo', + id: '4', + enCode: 'policyerName', name: '琚繚浜�', width: 160, }, { - id: '6', - enCode: 'insuranceBeginTime', + id: '5', + enCode: 'effectStartTime', name: '淇濋櫓璧锋湡', width: 160, }, { - id: '7', - enCode: 'insuranceEndTime', + id: '6', + enCode: 'effectEndTime', name: '淇濋櫓姝㈡湡', width: 160, }, { - id: '8', - enCode: 'insuredInstitution', + id: '7', + enCode: 'insuranceOrg', name: '鍙備繚鏈烘瀯', width: 160, }, { - id: '9', + id: '8', enCode: 'insuranceScheme', name: '鎶曚繚鏂规', width: 160, }, { - id: '10', - enCode: 'insuranceType', + id: '9', + enCode: 'insurancePeriod', name: '鎶曚繚鏂瑰紡', width: 160, }, { - id: '11', - enCode: 'insuranceType', + id: '10', + enCode: 'insureCount', name: '鎶曚繚浜烘暟', width: 160, }, { - id: '12', - enCode: 'insuranceType', + id: '11', + enCode: 'sumInsured', name: '鎬讳繚棰�(鍏�)', width: 200, }, { - id: '13', - enCode: 'insuranceType', + id: '12', + enCode: 'amount', name: '鎬讳繚璐�(鍏�)', width: 160, }, { - id: '14', - enCode: 'createTime', + id: '13', + enCode: 'creationTime', name: '鏈�杩戝鍏ユ棩鏈�', width: 160, }, { + id: '14', + enCode: 'auditStatus', + name: '瀹℃牳鐘舵��', + width: 160, + }, + { + id: '141', + enCode: 'payStatus', + name: '鏀粯鐘舵��', + width: 160, + }, + { id: '15', - enCode: 'insuranceType', + enCode: 'status', name: '鎶曚繚鐘舵��', width: 160, }, { id: '16', - enCode: 'insuranceType', + 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