problem description
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
<cell title="" is-link @click.native="popup_show" v-model="members.aOccupationType"></cell>
< div v-transfer-dom >
<popup v-model="show4">
<popup-header right-text="" title="" :show-bottom-border="false" @on-click-left="show1 = false"
@on-click-right="popopClick"></popup-header>
<picker :data="occuPationTypes" v-model="members.aOccupationType" :show-name="true" :columns="1" @on-change="change"></picker>
<span style="line-height:0.85rem;font-size:0.6rem;"><strong style="padding-left:0.6rem;font-weight:normal;"> 11</strong><grid
class="occupation" :show-lr-borders="false" :show-vertical-dividers="false"><grid-item link="/members/moreimg"
style="color: -sharp458CF5;
"></grid-item></grid></span>
</popup>
</div>
what result do you expect? What is the error message actually seen?
what should be displayed normally in the box of occupation category should be the first category and the second category.
the confusion now is that I don"t know how to write so that the values in the cell box are displayed normally and ask for advice. Thank you