|
@@ -10,6 +10,7 @@
|
|
|
<el-descriptions-item label="二级科目编码/名称">{{ itemData.twoLevelSubject }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="管户层级标识">{{ itemData.customerLevelIdentifier }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="客户类别标识">{{ itemData.customerCategoryIdentifier }}</el-descriptions-item>
|
|
|
+ <el-descriptions-item label="总金额">{{ itemData.residualAmount }}</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
</template>
|
|
|
<template #list>
|
|
@@ -74,17 +75,8 @@ export default {
|
|
|
headers: [
|
|
|
{ label: '统一认证号1', prop: 'unifiedCertificationNumber1', width: 180 },
|
|
|
{ label: '员工姓名1', prop: 'employeeName1', width: 150 },
|
|
|
- // { label: '机构名称', prop: 'organizationName', sortable: false },
|
|
|
- // { label: '数据日期', prop: 'dataDate', width: 105 },
|
|
|
- // { label: '客户编号', prop: 'customerId', align: 'center', width: 105 },
|
|
|
- // { label: '一级科目编码/名称', prop: 'oneLevelSubject', width: 180 },
|
|
|
- // { label: '二级科目编码/名称', prop: 'twoLevelSubject', width: 180 },
|
|
|
{ label: '总金额', prop: 'residualAmount', align: 'center', width: 150 },
|
|
|
{ label: '认领比例', prop: 'employeeProfitSharingRatio', align: 'center', width: 150 },
|
|
|
- // { label: '已分润金额', prop: 'residualAmount', align: 'center', width: 120 },
|
|
|
- // { label: '已分润比例', prop: 'alreadyDistributedRatio', align: 'center', width: 120 },
|
|
|
- // { label: '管户层级标识', prop: 'customerLevelIdentifier', width: 140 },
|
|
|
- // { label: '客户类别标识', prop: 'customerCategoryIdentifier', width: 140 },
|
|
|
{ label: '统一认证号2', prop: 'unifiedCertificationNumber2' },
|
|
|
{ label: '员工姓名2', prop: 'employeeName2' },
|
|
|
{ label: '操作', prop: 'actions', fixed: 'right', width: 180 }
|