vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.31k stars 6.89k forks source link

Bug: Element-plus Select不显示Options #4897

Closed 752337625 closed 3 hours ago

752337625 commented 4 hours ago

Version

Vben Admin V5

Describe the bug?

Element-plus Select不显示Options 1731648301755 1731648312302

Reproduction

{ fieldName: 'status', component: 'Select', componentProps: { placeholder: '状态', clearable: true, options: [ { label: '成功', value: '200', }, { label: '失败', value: '400', }, ], }, },

System Info

Browsers

Relevant log output

No response

Validations

mynetfan commented 3 hours ago

ElementPlus 跟 Ant design vue不同,Select 组件根本就没有 options 属性。 https://element-plus.org/zh-CN/component/select.html#select-api

752337625 commented 3 hours ago

那我该怎么做呢?教我一下。我使用h函数也不行