年审
This commit is contained in:
@ -26,24 +26,6 @@
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
:global {
|
||||
.filter-action-row {
|
||||
margin-bottom: 16px;
|
||||
|
||||
.filter-form {
|
||||
.filter-btns {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-area {
|
||||
background-color: #fff;
|
||||
padding: 24px;
|
||||
margin-bottom: 24px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Add styles for the tables */
|
||||
:global(.ant-table) {
|
||||
|
@ -246,6 +246,9 @@ const SupplierEvaluateScoreDetail: React.FC = () => {
|
||||
<Spin spinning={loading}>
|
||||
{scoreDetail ? (
|
||||
<div className="content-area">
|
||||
<Title level={5} className={styles.pageTitle} style={{textAlign: 'center'}}>
|
||||
尊敬的评价人,请您谨慎评估,客观打分。您的评价结果将会成为供应商绩效评价的重要依据,并可能影响与供应商的后续合作。
|
||||
</Title>
|
||||
<Card title="基本信息" bordered={false}>
|
||||
<Descriptions column={2} bordered>
|
||||
<Descriptions.Item label="供应商名称">{getSupplierName()}</Descriptions.Item>
|
||||
|
Reference in New Issue
Block a user