|
|
@@ -2,6 +2,23 @@ import { FormSchema } from '/@/components/Form';
|
|
|
import { radioBoolean } from '/@/utils/filters';
|
|
|
|
|
|
export const dataFormSchema: FormSchema[] = [
|
|
|
+ {
|
|
|
+ field: 'PlainTitle',
|
|
|
+ component: 'PlainTitle',
|
|
|
+ defaultValue: '检测时间',
|
|
|
+ colProps: {
|
|
|
+ span: 24,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // field: 'PlainText',
|
|
|
+ // component: 'PlainText',
|
|
|
+ // label: '检测时间',
|
|
|
+ // defaultValue: '2023-12-12 12:12:12',
|
|
|
+ // colProps: {
|
|
|
+ // span: 24,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'configName',
|
|
|
label: '参数名称',
|
|
|
@@ -12,6 +29,26 @@ export const dataFormSchema: FormSchema[] = [
|
|
|
extra: '123123',
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ field: 'configName1',
|
|
|
+ label: '参数名称',
|
|
|
+ labelColor: '#818694',
|
|
|
+ component: 'Input',
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '请输入参数名称',
|
|
|
+ extra: '123123',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'configName22',
|
|
|
+ label: '参数名称',
|
|
|
+ labelColor: '#818694',
|
|
|
+ component: 'Input',
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '请输入参数名称',
|
|
|
+ extra: '123123',
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
field: 'configKey',
|
|
|
label: '参数键名',
|