Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
自由报表的时间列,如何实现既能有最大值(使用max已经可以查询到),又能输出最大值对应的发生时间,类似这样的效果
我们这先看下怎么取
result = item.map(item2 => ([item2[0], moment(item2[0]).format("YYYY-MM-DD HH:mm:ss")]))