|
|
|
@ -13,7 +13,7 @@ export const tableColumns: BasicColumn[] = [ |
|
|
|
// },
|
|
|
|
{ title: '分配信息', dataIndex: 'allocateInfo', slots: { customRender: 'allocateInfo' } }, |
|
|
|
|
|
|
|
{ title: '跟进进度', dataIndex: 'datingStoreAppointmentStatus', slots: { customRender: 'datingStoreAppointmentStatus' } }, |
|
|
|
{ width: 120, title: '跟进进度', dataIndex: 'datingStoreAppointmentStatus', slots: { customRender: 'datingStoreAppointmentStatus' } }, |
|
|
|
// { width: 80, title: '状态', dataIndex: 'validStatus',
|
|
|
|
// customRender: ({ text }) => {
|
|
|
|
// return clueStatusList.find((find) => find.value === text)?.label
|
|
|
|
|