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

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

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