Open qinains opened 1 year ago
希望能添加联级选择器,用于多级关联数据的选择,比如省市区街道选择!能够用json数据或者远程数据作为数据来源。可以定义最大层数,选到最大层数之后,就不用再往下选。
可参考 https://tdesign.tencent.com/mobile-vue/components/cascader 或 https://uniapp.dcloud.net.cn/component/uniui/uni-data-picker.html 或 https://tmui.design/com/Cascader.html 或 https://doc.firstui.cn/docs/form/cascader.html 或
数据结构可以参考这个:https://gitee.com/vue_plug/el-area/blob/master/area/area.js 相对来说比较小
@qinains 感谢反馈,后续增加。
这个功能解决了什么问题
希望能添加联级选择器,用于多级关联数据的选择,比如省市区街道选择!能够用json数据或者远程数据作为数据来源。可以定义最大层数,选到最大层数之后,就不用再往下选。
你建议的方案是什么
可参考 https://tdesign.tencent.com/mobile-vue/components/cascader 或 https://uniapp.dcloud.net.cn/component/uniui/uni-data-picker.html 或 https://tmui.design/com/Cascader.html 或 https://doc.firstui.cn/docs/form/cascader.html 或
数据结构可以参考这个:https://gitee.com/vue_plug/el-area/blob/master/area/area.js 相对来说比较小