Commit 138ba3bb authored by 冷玲鹏's avatar 冷玲鹏

API数据安全-分类分级-列表bug

parent 33ab308c
......@@ -31,7 +31,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'APIModel',
label: ' ',
component: 'Select',
colProps: { span: 2 },
colProps: { span:3 },
componentProps: {
placeholder: 'API模式',
options: [
......@@ -45,7 +45,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'sensitiveState',
label: ' ',
component: 'Select',
colProps: { span: 2 },
colProps: { span: 3},
componentProps: {
placeholder: '敏感状态',
options: [
......@@ -58,7 +58,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'level',
label: ' ',
component: 'Select',
colProps: { span: 2 },
colProps: { span: 3 },
componentProps: {
placeholder: '安全分级',
options: [
......
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