删除最后一列
This commit is contained in:
parent
723adb1d77
commit
9002aa1fc3
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"report": true
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
/*I6nN16QsYOjxLqjTl2vbuZsZkjwB8d9AINguTikF78Y=*/
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Accbalance from '../../container/Accbalance';
|
||||
import '../../../public/reportcss/firstpage.less'
|
||||
|
||||
|
||||
ReactDOM.render(
|
||||
|
||||
<Accbalance />,
|
||||
// <div>444</div>,
|
||||
|
||||
document.querySelector("#app")
|
||||
);
|
||||
|
||||
/*I6nN16QsYOjxLqjTl2vbuZsZkjwB8d9AINguTikF78Y=*/
|
|
@ -74,6 +74,7 @@ function SimpleTableWraper(BaseSimpleTable) {
|
|||
<div className='base-simpletable-area'>
|
||||
<BaseSimpleTable
|
||||
ref = "balanceTable"
|
||||
settings={{minSpareCols:0 }}
|
||||
gridInstance = {this.gridInstance}
|
||||
someEvents = {{
|
||||
afterSelectionEnd: this.afterSelectionEnd,
|
||||
|
|
Loading…
Reference in New Issue