From d807140c07d3ce4ce14da2936173ff7d1fb0dfcf Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 31 Jul 2025 17:41:49 +0800 Subject: [PATCH] no message --- src/views/invite/myList/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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