mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 20:23:52 +08:00
增加用户上下文自动刷新,修复上传组件传参问题
This commit is contained in:
@@ -53,9 +53,9 @@ export const columns = [
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '登录地址',
|
||||
key: 'addr',
|
||||
width: 150,
|
||||
title: '登录IP',
|
||||
key: 'ip',
|
||||
width: 120,
|
||||
},
|
||||
|
||||
// {
|
||||
|
||||
@@ -57,11 +57,11 @@
|
||||
rules: [{ trigger: ['blur'] }],
|
||||
},
|
||||
{
|
||||
field: 'addr',
|
||||
field: 'ip',
|
||||
component: 'NInput',
|
||||
label: '登录地址',
|
||||
label: '登录IP',
|
||||
componentProps: {
|
||||
placeholder: '请输入登录地址',
|
||||
placeholder: '请输入登录IP',
|
||||
onInput: (e: any) => {
|
||||
console.log(e);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user