diff --git a/src/views/invite/myList/data.ts b/src/views/invite/myList/data.ts index 9ff4a2c..22a2b36 100644 --- a/src/views/invite/myList/data.ts +++ b/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