浏览代码

fix: dict select

xingyu 2 年之前
父节点
当前提交
6b2d1b50ee
共有 1 个文件被更改,包括 5 次插入5 次删除
  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: {
           options: [
             {
-              title: 'default',
+              label: 'default',
               value: ''
             },
             {
-              title: 'success',
+              label: 'success',
               value: 'success'
             },
             {
-              title: 'info',
+              label: 'info',
               value: 'info'
             },
             {
-              title: 'warning',
+              label: 'warning',
               value: 'warning'
             },
             {
-              title: 'danger',
+              label: 'danger',
               value: 'danger'
             }
           ]