Commit 598289c5 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix(): 字段修改

parent 97bb236d
......@@ -47,8 +47,8 @@ const BidLayout = () => {
<h4>THANKS LETTER</h4>
<p className={style.name}>尊敬的{userInfo.name}</p>
<p>{context.content}</p>
<p className={style.company}>{context.createMemberName}</p>
<p className={style.time}>{moment().format('YYYY-MM-DD')}</p>
<p className={style.company}>{context.memberName}</p>
<p className={style.time}>{moment(context.updateTime).format('YYYY-MM-DD')}</p>
</div>
</Modal>
......
......@@ -208,7 +208,7 @@ const ContrastLyout1: React.FC<IProps> = (props: any) => {
} else {
const param = { ...soure }
param[i] = null,
setSoure(param);
setSoure(param);
setRowSource(params);
}
})
......@@ -272,7 +272,7 @@ const ContrastLyout1: React.FC<IProps> = (props: any) => {
{encrypt === PRICECONTRAST_TYPE.UNDECRYPTED &&
<Button onClick={() => handleSubmit('key')}>
解密报价单
</Button>}
</Button>}
<Button
type='primary'
disabled={disabled}
......@@ -292,7 +292,7 @@ const ContrastLyout1: React.FC<IProps> = (props: any) => {
data-index={index}
tab={`第${chNum[item]}轮`}
>
{(rowSource[idx] && rowSource[idx].length > 0 ) ?
{(rowSource[idx] && rowSource[idx].length > 0) ?
<RowLayout
priceContrast={context.priceContrast}
encrypt={encrypt} rowSource={rowSource[idx]}
......@@ -316,8 +316,10 @@ const ContrastLyout1: React.FC<IProps> = (props: any) => {
&& (
<>
<div className={style.divider}>
<Divider type='vertical' className={style.vertical} />
比价信息
<div>
<Divider type='vertical' className={style.vertical} />
比价信息
</div>
</div>
<BidTable preview={bool ? bool : preview} redux={reduxFetch} />
</>
......
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