个税申报表查看详情页面参数渲染问题修改

This commit is contained in:
黎永顺 2023-03-08 17:39:40 +08:00
parent 2dd2175ea2
commit c95cdb5887
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class GenerateDeclarationDetail extends React.Component {
const renderLeftOperation = () => {
return (
<div style={{ display: "inline-block", lineHeight: "47px" }}>
<span>薪资所属月{declareInfo.salaryMonth && declareInfo.salaryMonth.year} - {declareInfo.salaryMonth && declareInfo.salaryMonth.monthValue}</span>
<span>薪资所属月{declareInfo.salaryMonth}</span>
<span style={{ marginLeft: "10px" }}>个税扣缴义务人{declareInfo.taxAgentName}</span>
</div>
);