fix: 隐藏 分页
This commit is contained in:
parent
8af8772065
commit
cf80340955
|
@ -1147,6 +1147,7 @@ export default class orderList extends React.Component {
|
|||
isMultiple={false}
|
||||
isSwitch={false}
|
||||
countbarVisible={false}
|
||||
isShowPageBar={false}
|
||||
ComponentHandler={(com, rowData, index) => {
|
||||
if (com == "account") {
|
||||
return <span>{rowData.account || "-"}</span>
|
||||
|
|
Loading…
Reference in New Issue