From 71d29c894613a25ebca83e291d64b65bde49ace8 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 01 四月 2025 18:39:45 +0800 Subject: [PATCH] fix: bug --- src/views/Home/constants/index.ts | 125 ++++++++++++++++------------------------- 1 files changed, 50 insertions(+), 75 deletions(-) diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts index f6f7668..ad89815 100644 --- a/src/views/Home/constants/index.ts +++ b/src/views/Home/constants/index.ts @@ -1,119 +1,94 @@ import { defineColumns } from '@bole-core/components'; -export const HomeColumns = defineColumns([ +export const columns = defineColumns([ { id: '1', - enCode: 'channel', - name: '娓犻亾', + enCode: 'serialNum', + name: '鎵规鍙�', + width: 160, + }, + { + id: '2', + enCode: 'insureBillNo', + name: '淇濆崟鍙�', width: 160, }, { id: '3', - enCode: 'name', - name: '濮撳悕', + enCode: 'insurerName', + name: '鎶曚繚浜�', width: 160, }, { id: '4', - enCode: 'idNumber', - name: '韬唤璇佸彿', - width: 200, + enCode: 'policyerName', + name: '琚繚浜�', + width: 160, }, { id: '5', - enCode: 'workType', - name: '闆囧憳宸ョ', - width: 160, - }, - { - id: '6', - enCode: 'laborContractEnterprise', - name: '鍔冲姩鍚堝悓鍗曚綅', - width: 160, - }, - { - id: '7', - enCode: 'workEnterprise', - name: '瀹為檯宸ヤ綔鍗曚綅', - width: 160, - }, - { - id: '8', - enCode: 'workAddress', - name: '鐢ㄥ伐鍦扮偣', - width: 160, - }, - { - id: '9', - enCode: 'insuranceBeginTime', + enCode: 'effectStartTime', name: '淇濋櫓璧锋湡', width: 160, }, { - id: '10', - enCode: 'insuranceEndTime', + id: '6', + enCode: 'effectEndTime', name: '淇濋櫓姝㈡湡', width: 160, }, { - id: '11', - enCode: 'insuredInstitution', + id: '7', + enCode: 'insuranceOrg', name: '鍙備繚鏈烘瀯', width: 160, }, { - id: '12', + id: '8', enCode: 'insuranceScheme', name: '鎶曚繚鏂规', width: 160, }, { - id: '13', - enCode: 'insuranceType', + id: '9', + enCode: 'insurancePeriod', name: '鎶曚繚鏂瑰紡', width: 160, }, { + id: '10', + enCode: 'insureCount', + name: '鎶曚繚浜烘暟', + width: 160, + }, + { + id: '11', + enCode: 'sumInsured', + name: '鎬讳繚棰�(鍏�)', + width: 200, + }, + { + id: '12', + enCode: 'amount', + name: '鎬讳繚璐�(鍏�)', + width: 160, + }, + { + id: '13', + enCode: 'creationTime', + name: '鏈�杩戝鍏ユ棩鏈�', + width: 160, + }, + { id: '14', - enCode: 'orderNo', - name: '淇濆崟鍙�', + enCode: 'status', + name: '鎶曚繚鐘舵��', width: 160, }, { id: '15', - enCode: 'onJobFlag', - name: '鍦ㄨ亴鏍囪瘑', - width: 160, - }, - { - id: '16', - enCode: 'gender', - name: '鎬у埆', - width: 160, - }, - { - id: '17', - enCode: 'age', - name: '骞撮緞', - width: 160, - }, - { - id: '20', - enCode: 'premiumAmount', - name: '淇濊垂', - width: 160, - }, - { - id: '21', - enCode: 'incDecAmount', - name: '澧炲噺璐圭敤', - width: 160, - }, - - { - id: '20', - enCode: 'createTime', - name: '瀵煎叆鏃ユ湡', + enCode: 'claimCount', + name: '鐞嗚禂鏁伴噺', width: 160, }, ]).filter(Boolean); -- Gitblit v1.9.1