This commit is contained in:
hongxinzz
2022-10-09 17:27:46 +08:00
16 changed files with 208 additions and 190 deletions

View File

@@ -530,7 +530,8 @@ const schema = reactive<FormSchema[]>([
options: [
{
label: 'option1-1',
value: '1-1'
value: '1-1',
disabled: true
},
{
label: 'option1-2',