release/3.0.0.2502.01-合并业务线

This commit is contained in:
lys 2025-02-18 17:34:03 +08:00
parent b6a0678f1a
commit 2200784d4b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class LedgerAdjustRuleAddModal extends Component {
...k,
showname: !k.helpfultip ? getLabel(k.lanId, k.showname) : <span>
<span style={{ marginRight: 4 }}>{getLabel(k.lanId, k.showname)}</span>
<WeaHelpfulTip title={getLabel(k.helpfultiplanId, k.helpfultip)}/>
<WeaHelpfulTip title={`=${getLabel(k.helpfultiplanId, k.helpfultip)}`}/>
</span>
}))
};