|
|
|
|
@ -193,7 +193,7 @@
|
|
|
|
|
import { getMemberGroupApi, dataStatisticsTeamDetailApi, dataStatisticsListApi } from '../../../../api/merchantConfig'
|
|
|
|
|
|
|
|
|
|
import moment from 'moment'
|
|
|
|
|
import { getDateYMD, formatDateYMD, formatDateYMDHM, getUserApplyOrderStatusById, toFixed, tableWidth, fullCopy } from '../../../../utils/commonUtil'
|
|
|
|
|
import { getDateYMD, formatDateYMD, formatDateYMDHM, getUserApplyOrderStatusById, toFixed, tableWidth, fullCopy, setReturnFee } from '../../../../utils/commonUtil'
|
|
|
|
|
const rowSelection = {
|
|
|
|
|
onChange: (selectedRowKeys, selectedRows) => {
|
|
|
|
|
console.log(`selectedRowKeys: ${selectedRowKeys}`, 'selectedRows: ', selectedRows)
|
|
|
|
|
@ -564,6 +564,18 @@ export default {
|
|
|
|
|
return row.applyUserName
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '服务费',
|
|
|
|
|
dataIndex: 'returnFee',
|
|
|
|
|
key: 'returnFee',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 80,
|
|
|
|
|
// slots: { title: 'applyUserName' },
|
|
|
|
|
customRender: (text, row, index) => {
|
|
|
|
|
// console.log(row);
|
|
|
|
|
return setReturnFee(row.returnFee, row.returnFeeType)
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '入职绩点',
|
|
|
|
|
dataIndex: 'entryGPA',
|
|
|
|
|
@ -1079,7 +1091,7 @@ table {
|
|
|
|
|
|
|
|
|
|
.dataStatisticsContainer {
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
// padding: 16px;
|
|
|
|
|
// min-height: 780px;
|
|
|
|
|
}
|
|
|
|
|
.contentbody {
|
|
|
|
|
|