Commit e2c97c62 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理招投标英文韩文翻译

parent 416ca015
......@@ -998,4 +998,18 @@ export default {
'purchase.yaoqingzhaobiao': 'Invite bidding',
'purchase.xuanzeyudangqianhuiyuanxia': 'Select members who are affiliated with the current member and whose role type is service provision members (suppliers), the bidding will only be sent to designated members',
'purchase.zaixianpingbiaodafen': 'Online bid evaluation and scoring',
'constants.purchase.type1': 'There is a fixed purchase amount',
'constants.purchase.type2': 'No fixed purchase amount',
'constants.purchase.callforbid.type1': 'open tendering',
'constants.purchase.callforbid.type2': 'system matching',
'constants.purchase.callforbid.type3': 'invited tendering',
'constants.purchase.speciality.type1': 'engineering type',
'constants.purchase.speciality.type2': 'class of goods',
'constants.purchase.speciality.type3': 'service class',
'constants.purchase.speciality.type4': 'other categories',
'constants.purchase.expert.type1': 'Representative of the tenderee',
'constants.purchase.expert.type2': 'Technical expert',
'constants.purchase.expert.type3': 'Invited expert',
'constants.purchase.expert.type4': 'Other specialists',
}
......@@ -998,4 +998,18 @@ export default {
'purchase.yaoqingzhaobiao': '입찰 초대',
'purchase.xuanzeyudangqianhuiyuanxia': '현재 회원과 제휴하고 역할 유형이 서비스 제공 회원(공급자)인 회원을 선택하면 지정된 회원에게만 입찰이 발송됩니다.',
'purchase.zaixianpingbiaodafen': '온라인 입찰 평가 및 채점',
'constants.purchase.type1': '고정 구매 금액이 있다',
'constants.purchase.type2': '고정 구매 금액 없음',
'constants.purchase.callforbid.type1': '공개입찰',
'constants.purchase.callforbid.type2': '시스템 매칭',
'constants.purchase.callforbid.type3': '초청 입찰',
'constants.purchase.speciality.type1': '공학류',
'constants.purchase.speciality.type2': '화물류',
'constants.purchase.speciality.type3': '서비스류',
'constants.purchase.speciality.type4': '기타 종류',
'constants.purchase.expert.type1': '입찰자 대표',
'constants.purchase.expert.type2': '기술 분야의 전문가',
'constants.purchase.expert.type3': '특별히 초청된 전문가',
'constants.purchase.expert.type4': '기타 분야의 전문가',
}
......@@ -154,9 +154,9 @@ const ReadySendBidNoticeDetail: React.FC = () => {
<h4>{item.memberName}</h4>
<Row>
<Col span={8}><p className={style['card-list_title']}>{intl.formatMessage({ id: 'detail.purchase.message25' })}:</p></Col>
<Col><p className={style.amount}>¥{(item.amount).toFixed(2)}</p></Col>
<Col><p className={style.amount}>{intl.formatMessage({ id: 'common.money' })}{(item.amount).toFixed(2)}</p></Col>
</Row>
<img src={winBid} alt={intl.formatMessage({ id: 'table.purchase.yizhongbiao' })} />
{/* <img src={winBid} alt={intl.formatMessage({ id: 'table.purchase.yizhongbiao' })} /> */}
</div>
</Col>) : null
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment