fix: 隐藏 分页
This commit is contained in:
parent
8af8772065
commit
cf80340955
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue