Compare commits
2 Commits
5ccbe03a2d
...
b7014d9cc4
Author | SHA1 | Date | |
---|---|---|---|
b7014d9cc4 | |||
b850ed0c79 |
@ -382,7 +382,7 @@ const DivisionStepComponent = (props: DivisionStepProps) => {
|
||||
key: 'action',
|
||||
render: (_: any, record: SupplierTaskManage.PersonnelItem) => (
|
||||
<Space size="middle">
|
||||
{!record.isSelected && (
|
||||
{mode !== 'division' && (
|
||||
<>
|
||||
<Button type="link" onClick={() => handleAssignIndicators(record.id)}>
|
||||
{intl.formatMessage({ id: 'supplierTaskManage.button.evaluatorDivision' })}
|
||||
|
Reference in New Issue
Block a user