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 () {
首页
系统管理
- 账户管理
+ 登录日志