BUG 28292

This commit is contained in:
aixianling
2022-03-16 20:10:17 +08:00
parent 8dfcf23684
commit fe3fe256ec
5 changed files with 88 additions and 89 deletions

View File

@@ -10,7 +10,7 @@
</div>
</div>
</u-popup>
<div @tap="show=true">
<div @tap="show= !disabled&&true">
<slot name="btn"/>
</div>
</section>
@@ -25,7 +25,8 @@ export default {
ops: {default: () => ({label: 'label', search: 'name'})},
url: String,
mode: {default: "right"},
length: {default: "100%"}
length: {default: "100%"},
disabled: Boolean
},
data() {
return {