对接评价结果接口
This commit is contained in:
@ -32,7 +32,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.template-indicator-card {
|
||||
margin-bottom: 24px;
|
||||
|
||||
.indicator-area {
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
.ant-card-head {
|
||||
padding: 0 0 16px 0;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.ant-card-head-title {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
margin-top: 24px;
|
||||
|
@ -322,6 +322,7 @@ const SupplierTemplateManage: React.FC = () => {
|
||||
<div className="content-area">
|
||||
<Table
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={templateData}
|
||||
pagination={pagination}
|
||||
loading={loading}
|
||||
|
@ -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