提交 8c093881 authored 作者: 王培喜's avatar 王培喜

日志新增操作人

上级 95c62ac7
......@@ -67,6 +67,12 @@ export const searchFormSchema: FormSchema[] = [
component: 'Input',
colProps: { span: 8 },
},
{
field: 'userid',
label: '操作人',
component: 'Input',
colProps: { span: 3 },
},
{
field: 'fieldTime',
component: 'RangePicker',
......@@ -75,7 +81,7 @@ export const searchFormSchema: FormSchema[] = [
valueType: 'Date',
},
colProps: {
span: 8,
span: 5,
},
},
];
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论