至于底层
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<i v-else>{{ placeholder }}</i>
|
<i v-else>{{ placeholder }}</i>
|
||||||
<u-icon name="arrow-right" color="#ddd"/>
|
<u-icon name="arrow-right" color="#ddd"/>
|
||||||
</div>
|
</div>
|
||||||
<u-select v-model="show" :list="options" :mode="mode" @confirm="handleConfirm"/>
|
<u-select v-model="show" :list="options" :mode="mode" @confirm="handleConfirm" z-index="202303081123"/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted () {
|
mounted() {
|
||||||
this.$dict.load(this.dict).then(() => {
|
this.$dict.load(this.dict).then(() => {
|
||||||
this.dictKey = this.dict
|
this.dictKey = this.dict
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user