|
@@ -35,7 +35,8 @@
|
|
|
<view v-else-if="item.type == 'route'" class="value-box tag-box"
|
|
|
style="justify-content: flex-start;padding-bottom: 6px;">
|
|
|
<view class="tag" :hover-class="isReadOnly || item.disabled ? '' : 'navigator-hover'"
|
|
|
- v-for="(name, i) in item.value.showList" :key="name" @click="routeHandleDetele(name, i, index)">
|
|
|
+ v-for="(name, i) in item.value.showList" :key="name"
|
|
|
+ @click="isReadOnly || item.disabled ? '' : routeHandleDetele(name, i, index)">
|
|
|
{{ name }}
|
|
|
<text v-if="!(isReadOnly || item.disabled)" class="iconfont icon-dibu-diudan" />
|
|
|
</view>
|