ruoyi-plus-vben5/apps/web-antd/src/views/monitor/online/data.ts

15 lines
276 B
TypeScript
Raw Normal View History

2024-09-24 11:23:02 +08:00
import type { FormSchemaGetter } from '#/adapter';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
fieldName: 'ipaddr',
label: 'IP地址',
},
{
component: 'Input',
fieldName: 'userName',
label: '用户账号',
},
];