|
@ -42,6 +42,9 @@ export const columns: BasicColumn[] = [ |
|
|
if (!Object.keys(record).includes('children')) { |
|
|
if (!Object.keys(record).includes('children')) { |
|
|
return { style: { paddingLeft: `50px`,color:'grey' } }; |
|
|
return { style: { paddingLeft: `50px`,color:'grey' } }; |
|
|
} |
|
|
} |
|
|
|
|
|
if(record.isArchiveFinish){ |
|
|
|
|
|
return {style:{color:'grey'}} |
|
|
|
|
|
} |
|
|
return {}; |
|
|
return {}; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|