|
@@ -1,13 +1,13 @@
|
|
|
export const HEADERS = [
|
|
|
{ label: '机构名称', prop: 'organizationName', width: 120 },
|
|
|
{ label: '数据日期', prop: 'dataDate', width: 120 },
|
|
|
- { label: '客户编号', prop: 'customerId', align: 'center' },
|
|
|
+ { label: '客户编号', prop: 'customerId', align: 'center', width: 120 },
|
|
|
{ label: '一级科目编码/名称', prop: 'oneLevelSubject', width: 180 },
|
|
|
{ label: '二级科目编码/名称', prop: 'twoLevelSubject', width: 180 },
|
|
|
{ label: '金额', prop: 'amount' },
|
|
|
- { label: '员工分润比例', prop: 'employeeProfitSharingRatio', align: 'center', width: 120 },
|
|
|
- { label: '管户层级标识', prop: 'customerLevelIdentifier', width: 120 },
|
|
|
- { label: '客户类别标识', prop: 'customerCategoryIdentifier', width: 120 },
|
|
|
+ { label: '员工分润比例', prop: 'employeeProfitSharingRatio', align: 'center', width: 140 },
|
|
|
+ { label: '管户层级标识', prop: 'customerLevelIdentifier', width: 140 },
|
|
|
+ { label: '客户类别标识', prop: 'customerCategoryIdentifier', width: 140 },
|
|
|
{ label: '统一认证号1', prop: 'unifiedCertificationNumber1', width: 150 },
|
|
|
{ label: '员工姓名1', prop: 'employeeName1', width: 120 },
|
|
|
{ label: '统一认证号2', prop: 'unifiedCertificationNumber2', width: 150 },
|