Merge branch 'feature/230701-列表上面操作按钮显示两个' into develop

This commit is contained in:
黎永顺 2023-07-04 15:56:23 +08:00
commit 0188608722
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ export default class Calculate extends React.Component {
style={{ display: "inline-block", marginRight: 8 }}>
<a
href="javascript:void(0);"
style={it.index !== "4" ? { padding: "0 12px" } : {}}
onClick={() => this.handleOperateClick(it.index, record)}>
{it.text}
</a>