|
|
@ -38,6 +38,12 @@ export const columns: BasicColumn[] = [ |
|
|
|
resizable: true, |
|
|
|
align: 'left', |
|
|
|
slots: { customRender: 'projectName' }, |
|
|
|
customCell: (record) => { |
|
|
|
if (!Object.keys(record).includes('children')) { |
|
|
|
return { style: { paddingLeft: `50px`,color:'grey' } }; |
|
|
|
} |
|
|
|
return {}; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '所处阶段', |
|
|
|