对接评价结果接口
This commit is contained in:
@ -13,7 +13,7 @@ import {
|
||||
CategoryLimitationTypeText,
|
||||
StarLevel,
|
||||
} from '@/dicts/supplierTemplateDict';
|
||||
import EvaluateTemplateTable from '@/components/EvaluateTemplateTable';
|
||||
import ScoreEvaluationTable from '@/components/ScoreEvaluationTable';
|
||||
|
||||
const { Title } = Typography;
|
||||
|
||||
@ -114,7 +114,7 @@ const SupplierTemplateManageDetail: React.FC = () => {
|
||||
|
||||
<Card title="评价指标" bordered={false}>
|
||||
{templateData.length > 0 ? (
|
||||
<EvaluateTemplateTable
|
||||
<ScoreEvaluationTable
|
||||
value={templateData}
|
||||
isDetail={true}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user