From 42f244fcd30801e1cb420f8e707a655d3bdb6371 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 28 Dec 2023 15:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8Dkeys?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=97=A5=E5=BF=97=E6=9F=A5=E8=AF=A2=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/detail/log.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")}