diff --git a/src/pages/plan/key/detail/log.js b/src/pages/plan/key/detail/log.js index 1c132705..7e8968fd 100644 --- a/src/pages/plan/key/detail/log.js +++ b/src/pages/plan/key/detail/log.js @@ -102,7 +102,7 @@ export default class Key extends React.Component { render() { return (
- + this.tabFn.bind(this)}> {this.state.tabactive == 0 ? (
{ this.pageChange(e) }} - checkChange={this.selection.bind(this)} + checkChange={() => this.selection.bind(this)} ComponentHandler={(com, rowData) => { if (com == "time") { return
{moment.unix(rowData.time).format("YYYY-MM-DD HH:mm:ss")}