工资单背景图片去掉
This commit is contained in:
parent
57da206fcb
commit
a0b83d7770
|
|
@ -78,11 +78,11 @@ export default class ComputerTemplate extends React.Component {
|
|||
{salaryTemplateShowSet.theme.replace("${companyName}", "").replace("${salaryMonth}", moment(new Date()).format("YYYY-MM"))}
|
||||
</div>
|
||||
}
|
||||
{
|
||||
salaryTemplateShowSet.background && <div className="background-wrapper">
|
||||
<img className="background-img" src={salaryTemplateShowSet.background} alt=""/>
|
||||
</div>
|
||||
}
|
||||
{/*{*/}
|
||||
{/* salaryTemplateShowSet.background && <div className="background-wrapper">*/}
|
||||
{/* <img className="background-img" src={salaryTemplateShowSet.background} alt=""/>*/}
|
||||
{/* </div>*/}
|
||||
{/*}*/}
|
||||
|
||||
<div className="sobItemDiv" style={{ margin: "20px 10px" }}>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ export default class PhoneTemplate extends React.Component {
|
|||
{salaryTemplateShowSet.theme.replace("${companyName}", "上海泛微").replace("${salaryMonth}", moment(new Date()).format("YYYY-MM"))}
|
||||
</div>
|
||||
|
||||
{
|
||||
salaryTemplateShowSet.background && <div className="background-wrapper">
|
||||
<img className="background-img" src={salaryTemplateShowSet.background}/>
|
||||
</div>
|
||||
}
|
||||
{/*{*/}
|
||||
{/* salaryTemplateShowSet.background && <div className="background-wrapper">*/}
|
||||
{/* <img className="background-img" src={salaryTemplateShowSet.background}/>*/}
|
||||
{/* </div>*/}
|
||||
{/*}*/}
|
||||
|
||||
<div className="sobItemDiv" style={{ margin: "20px 10px" }}>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue