BUG 25193
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<i v-else>{{ placeholder }}</i>
|
||||
<u-icon name="arrow-right" color="#ddd"/>
|
||||
</div>
|
||||
<u-picker v-model="show" :columns="options" @confirm="handleConfirm"/>
|
||||
<u-select v-model="show" :list="options" @confirm="handleConfirm"/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -20,7 +20,7 @@ export default {
|
||||
placeholder: {default: "请选择"},
|
||||
list: {default: () => []},
|
||||
dict: {default: ""},
|
||||
disabled: Boolean
|
||||
disabled: Boolean,
|
||||
},
|
||||
computed: {
|
||||
selectedLabel() {
|
||||
|
||||
Reference in New Issue
Block a user