Commit 802f3bda authored by baiyinhao's avatar baiyinhao

修改审计中心弹窗样式

parent 1d6165e6
...@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [
message: '请输入操作时间', message: '请输入操作时间',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [
message: '请输入操作人', message: '请输入操作人',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [
message: '请选择操作类型', message: '请选择操作类型',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
options: [ options: [
...@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
colProps: { lg: 12, md: 24 },
}, },
{ {
label: '路径', label: '路径',
...@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
colProps: { lg: 12, md: 24 },
}, },
{ {
label: '对象类型', label: '对象类型',
...@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
colProps: { lg: 12, md: 24 },
}, },
{ {
label: '操作结果', label: '操作结果',
...@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [ ...@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
colProps: { lg: 12, md: 24 },
}, },
]; ];
export const ModelFormSchematab2: FormSchema[] = [ export const ModelFormSchematab2: FormSchema[] = [
...@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请输入访问时间', message: '请输入访问时间',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请输入访问用户', message: '请输入访问用户',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请选择访问途径', message: '请选择访问途径',
}, },
], ],
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
options: [ options: [
...@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [
field: 'serverIp', field: 'serverIp',
component: 'Input', component: 'Input',
// ifShow: false, // ifShow: false,
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '数据源名称', label: '数据源名称',
field: 'dataSourceName', field: 'dataSourceName',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '数据源类型', label: '数据源类型',
field: 'dataSourceType', field: 'dataSourceType',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '关联sql语句', label: '关联sql语句',
field: 'sql', field: 'sql',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '执行结束时间', label: '执行结束时间',
field: 'endTime', field: 'endTime',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '执行耗时', label: '执行耗时',
field: 'costTime', field: 'costTime',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
...@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [ ...@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '访问结果', label: '访问结果',
field: 'result', field: 'result',
component: 'Input', component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: { componentProps: {
disabled: true, disabled: true,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment