From 262618806aa9dfb65678e0697b54d199cc938879 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 30 六月 2025 09:50:57 +0800 Subject: [PATCH] fix: bug --- 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