fix: 隐藏 分页

This commit is contained in:
zhangds 2024-04-06 18:10:08 +08:00
parent 8af8772065
commit cf80340955
1 changed files with 1 additions and 0 deletions

View File

@ -1147,6 +1147,7 @@ export default class orderList extends React.Component {
isMultiple={false} isMultiple={false}
isSwitch={false} isSwitch={false}
countbarVisible={false} countbarVisible={false}
isShowPageBar={false}
ComponentHandler={(com, rowData, index) => { ComponentHandler={(com, rowData, index) => {
if (com == "account") { if (com == "account") {
return <span>{rowData.account || "-"}</span> return <span>{rowData.account || "-"}</span>