1
This commit is contained in:
parent
5e06d2a3e0
commit
58f15d8b8d
@ -59,7 +59,7 @@
|
|||||||
<u-form-item prop="Nav_Contents" :label="index+1+'.辨识区域:'">
|
<u-form-item prop="Nav_Contents" :label="index+1+'.辨识区域:'">
|
||||||
|
|
||||||
<view style="display: flex;flex-direction: row;justify-content: space-between;align-items: center;flex: 1;">
|
<view style="display: flex;flex-direction: row;justify-content: space-between;align-items: center;flex: 1;">
|
||||||
<u--input v-model="item.Nav_Area.NAME" disabled disabledColor="#ffffff" border="none" fontSize="14px">
|
<u--input v-model="(item.Nav_Area||{}).NAME" disabled disabledColor="#ffffff" border="none" fontSize="14px">
|
||||||
</u--input>
|
</u--input>
|
||||||
<view class="action" @click.stop style="display: flex;flex-direction: row;align-items: center;justify-content: space-around;">
|
<view class="action" @click.stop style="display: flex;flex-direction: row;align-items: center;justify-content: space-around;">
|
||||||
<u-icon name="arrow-up" size="12" v-if="item.showPack" @click="handlePack(item)"></u-icon>
|
<u-icon name="arrow-up" size="12" v-if="item.showPack" @click="handlePack(item)"></u-icon>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user