Browse Source

fix: dict select

xingyu 2 years ago
parent
commit
6b2d1b50ee
1 changed files with 5 additions and 5 deletions
  1. 5 5
      yudao-ui-admin-vue3/src/views/system/dict/dict.data.ts

+ 5 - 5
yudao-ui-admin-vue3/src/views/system/dict/dict.data.ts

@@ -42,23 +42,23 @@ export const crudSchemas = reactive<VxeCrudSchema>({
         componentProps: {
         componentProps: {
           options: [
           options: [
             {
             {
-              title: 'default',
+              label: 'default',
               value: ''
               value: ''
             },
             },
             {
             {
-              title: 'success',
+              label: 'success',
               value: 'success'
               value: 'success'
             },
             },
             {
             {
-              title: 'info',
+              label: 'info',
               value: 'info'
               value: 'info'
             },
             },
             {
             {
-              title: 'warning',
+              label: 'warning',
               value: 'warning'
               value: 'warning'
             },
             },
             {
             {
-              title: 'danger',
+              label: 'danger',
               value: 'danger'
               value: 'danger'
             }
             }
           ]
           ]