Browse Source

:art: device sort by gmtModified

zhanghe 6 years ago
parent
commit
367e6be7ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/Terminal/User/TerminalEdit.js

+ 1 - 1
src/routes/Terminal/User/TerminalEdit.js

@@ -188,7 +188,7 @@ export default class TerminalEditPage extends PureComponent {
       align: 'center',
     }, {
       title: '最后登录时间',
-      dataIndex: 'gmtCreated',
+      dataIndex: 'gmtModified',
       render: text => moment(text).format('YYYY-MM-DD HH:mm:ss'),
       width: '25%',
       align: 'center',