bkui-vue3 icon indicating copy to clipboard operation
bkui-vue3 copied to clipboard

feature(组件库规范问题): 组件库key value 命名规范问题

Open zhoulujun opened this issue 2 years ago • 1 comments

slelect 取值为label 、value Cascader searchSelet 、tree为name、id table的筛选项 为 text 、value tab 为label name 等等…… 需要转换,或者设置idkey 等,希望统一 比如: image 表格的选项值回填到searchSelect ,就需要变换key

zhoulujun avatar Jun 22 '23 07:06 zhoulujun

全部统一成 { id: xxx, name: xxx }

HubuHito avatar Jun 29 '23 07:06 HubuHito