scheme更改为schema

main
yangyuanshuai 9 months ago
parent bbf9eb7bb7
commit d1a98a9f3f

@ -37,7 +37,7 @@ const detailSchema = ref<DescriptionsSchema[]>([
label: '存储规则id'
},
{
field: 'scheme',
field: 'schema',
label: '数据库用户'
},
{

@ -89,7 +89,7 @@ const formSchema = reactive<FormSchema[]>([
},
},
{
field: 'scheme',
field: 'schema',
label: '数据库用户',
component: 'Input',
componentProps: {

Loading…
Cancel
Save