custom/领悦
This commit is contained in:
parent
9fd9860e4a
commit
78d66f342f
|
|
@ -182,7 +182,7 @@ class List extends Component {
|
|||
onSearch={this.getLYList}/>
|
||||
<GenerateVouchersDialog {...voucherDialog} onCancel={() => this.setState({
|
||||
voucherDialog: { ...this.state.voucherDialog, visible: false }
|
||||
})}/>
|
||||
}, () => this.getLYList())}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class HistoryVouncherDetail extends Component {
|
|||
if (status) this.setState({
|
||||
dataSource: data.data,
|
||||
columns: _.map(data.columns, o => {
|
||||
if (["fzhsXmqsBrowser", "fzhsXmqsBrowser", "fzhsSllbBrowser", "fzhsKsBrowser"].includes(o.dataIndex)) {
|
||||
if (["fzhsXmqsBrowser", "fzhsFwlbBrowser", "fzhsSllbBrowser", "fzhsKsBrowser"].includes(o.dataIndex)) {
|
||||
return {
|
||||
...o,
|
||||
render: text => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue