修改字段显示
This commit is contained in:
@ -137,8 +137,8 @@ useEffect(() => {
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.list.category' }),
|
||||
dataIndex: 'category',
|
||||
key: 'category',
|
||||
dataIndex: 'categoryName',
|
||||
key: 'categoryName',
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.list.department' }),
|
||||
|
@ -173,8 +173,8 @@ const SupplierAnnualResultQuery: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.supplier.category' }),
|
||||
dataIndex: 'category',
|
||||
key: 'category',
|
||||
dataIndex: 'categoryName',
|
||||
key: 'categoryName',
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.supplier.department' }),
|
||||
|
@ -195,8 +195,8 @@ const SupplierAnnualResultQuery2: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.review.category' }),
|
||||
dataIndex: 'category',
|
||||
key: 'category',
|
||||
dataIndex: 'categoryName',
|
||||
key: 'categoryName',
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'supplierAnnualResult.review.department' }),
|
||||
|
@ -27,7 +27,7 @@ const BasicInfo: React.FC<BasicInfoProps> = ({ taskData }) => {
|
||||
{taskData.annualreviewTheme || '--'}
|
||||
</Descriptions.Item>
|
||||
<Descriptions.Item label={intl.formatMessage({ id: 'supplierAnnualTaskManage.basicInfo.status' })}>
|
||||
{getStatusTag(taskData.status || '')}
|
||||
{taskData.statusName || '--'}
|
||||
</Descriptions.Item>
|
||||
<Descriptions.Item label={intl.formatMessage({ id: 'supplierAnnualTaskManage.basicInfo.year' })}>
|
||||
{taskData.annualreviewYear || '--'}
|
||||
|
Reference in New Issue
Block a user