Browse Source

no message

master
xpz2018 8 months ago
parent
commit
d807140c07
1 changed files with 1 additions and 1 deletions
  1. 2
      src/views/invite/myList/data.ts

2
src/views/invite/myList/data.ts

@ -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

Loading…
Cancel
Save