Commit 19bd2cbb authored by LiXuyang's avatar LiXuyang

Merge remote-tracking branch 'origin/master'

parents 1eaca8c4 802f3bda
......@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [
message: '请输入操作时间',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [
message: '请输入操作人',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [
message: '请选择操作类型',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
options: [
......@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: {
disabled: true,
},
colProps: { lg: 12, md: 24 },
},
{
label: '路径',
......@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: {
disabled: true,
},
colProps: { lg: 12, md: 24 },
},
{
label: '对象类型',
......@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: {
disabled: true,
},
colProps: { lg: 12, md: 24 },
},
{
label: '操作结果',
......@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps: {
disabled: true,
},
colProps: { lg: 12, md: 24 },
},
];
export const ModelFormSchematab2: FormSchema[] = [
......@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请输入访问时间',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请输入访问用户',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message: '请选择访问途径',
},
],
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
options: [
......@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [
field: 'serverIp',
component: 'Input',
// ifShow: false,
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '数据源名称',
field: 'dataSourceName',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '数据源类型',
field: 'dataSourceType',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '关联sql语句',
field: 'sql',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '执行结束时间',
field: 'endTime',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '执行耗时',
field: 'costTime',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
disabled: true,
},
......@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label: '访问结果',
field: 'result',
component: 'Input',
colProps: { lg: 12, md: 24 },
componentProps: {
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