Commit 37a58b39 authored by flycat's avatar flycat

修复Select筛选无法筛选label的问题

parent 4ec478e9
{ {
"name": "way-view-form", "name": "way-view-form",
"version": "0.2.2", "version": "0.2.3",
"private": false, "private": false,
"author": "flycat", "author": "flycat",
"main": "lib/way-view-form.umd.min.js", "main": "lib/way-view-form.umd.min.js",
......
...@@ -673,6 +673,7 @@ export default { ...@@ -673,6 +673,7 @@ export default {
{ {
props: { props: {
value: item[propItem.showValue || 'value'], value: item[propItem.showValue || 'value'],
label: item[propItem.showName || 'label'],
}, },
}, },
item[propItem.showName || 'label'] item[propItem.showName || 'label']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment