From d1639a4e57ef276c0e31c4557b1c739aa5954d83 Mon Sep 17 00:00:00 2001 From: zypo Date: Fri, 6 Jan 2023 09:11:38 +0800 Subject: [PATCH] update field name --- spug_web/src/pages/system/account/index.js | 2 +- spug_web/src/pages/system/login/Table.js | 4 ++-- spug_web/src/pages/system/login/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spug_web/src/pages/system/account/index.js b/spug_web/src/pages/system/account/index.js index d0a1ab5..79b0178 100644 --- a/spug_web/src/pages/system/account/index.js +++ b/spug_web/src/pages/system/account/index.js @@ -20,7 +20,7 @@ export default observer(function () { 账户管理 - + store.f_name = e.target.value} placeholder="请输入"/> diff --git a/spug_web/src/pages/system/login/Table.js b/spug_web/src/pages/system/login/Table.js index 7b1e47f..e5848ff 100644 --- a/spug_web/src/pages/system/login/Table.js +++ b/spug_web/src/pages/system/login/Table.js @@ -23,11 +23,11 @@ class ComTable extends React.Component { } columns = [{ - title: '时间', + title: '登录时间', width: 200, dataIndex: 'created_at' }, { - title: '账户名', + title: '账户名称', width: 120, dataIndex: 'username', }, { diff --git a/spug_web/src/pages/system/login/index.js b/spug_web/src/pages/system/login/index.js index 11381b7..0e9bcb1 100644 --- a/spug_web/src/pages/system/login/index.js +++ b/spug_web/src/pages/system/login/index.js @@ -16,7 +16,7 @@ export default observer(function () { 首页 系统管理 - 账户管理 + 登录日志