Commit 72dfd840 authored by 黄奎's avatar 黄奎

页面修改

parent b1821e6a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<span v-if="FeatureData.ConfigId&&dataAll.FeaturePageType&&FeatureData.FeatureType==9" class="foldList" style="margin-right: 5px;" <span v-if="FeatureData.ConfigId&&dataAll.FeaturePageType&&FeatureData.FeatureType==9" class="foldList" style="margin-right: 5px;"
@click="journeyTemplate()">编辑行程</span> @click="journeyTemplate()">编辑行程</span>
<span style="color: red;float: right;margin-right: 5px;line-height: 28px;font-weight:bold;"> <span style="color: red;float: right;margin-right: 5px;line-height: 28px;font-weight:bold;">
新复制的团期,如需单独修改【行程特色】操作步骤: 当团修改=》保存=》团控列表=》当团修改=》编辑行程特色.</span> 新复制的【团期】,如需单独修改【行程特色】操作步骤: 当团修改=》保存=》团控列表=》当团修改=》编辑行程特色.</span>
</template> </template>
<div class="TrfList clearfix"> <div class="TrfList clearfix">
<template v-for="item in TypeArray"> <template v-for="item in TypeArray">
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)"> v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)">
<img v-bind:src="item.imgUrl"> <img v-bind:src="item.imgUrl">
<div>{{item.ckTitle}}</div> <div>{{item.ckTitle}}</div>
</div> </div>
</template> </template>
</div> </div>
......
...@@ -6,10 +6,7 @@ ...@@ -6,10 +6,7 @@
:class="[dataAll.FeatureType==9?'VerticalBjNew':'']"> :class="[dataAll.FeatureType==9?'VerticalBjNew':'']">
<div class="z-index1 UpgradedVersionBJ" style="left: 0;right: 0; top: 0;bottom: 0;"> <div class="z-index1 UpgradedVersionBJ" style="left: 0;right: 0; top: 0;bottom: 0;">
<div :id="'LineOfTravel'+(item*4)+'_0'+index"> <div :id="'LineOfTravel'+(item*4)+'_0'+index">
<!-- <Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header> --> <div class="travelDaysTitlle row-aic" :style="{'background': backgroundColor}">
<!-- dataAll.TripColor -->
<div class="travelDaysTitlle row-aic":style="{'background': backgroundColor}">
<div class="travelDaysTitlle-left"> <div class="travelDaysTitlle-left">
<div class="relative"> <div class="relative">
<div class="travelDaysTitlle-left-text column-ajc absolute"> <div class="travelDaysTitlle-left-text column-ajc absolute">
...@@ -205,7 +202,6 @@ ...@@ -205,7 +202,6 @@
</div> </div>
</div> </div>
</div> </div>
<!-- 3张 --> <!-- 3张 -->
<div v-if="item.ScenicArray.length==3"> <div v-if="item.ScenicArray.length==3">
<div class="row MB35"> <div class="row MB35">
...@@ -368,7 +364,7 @@ ...@@ -368,7 +364,7 @@
</div> </div>
<VueDraggableResizable v-if="item.ScenicArray.length==4" :h="496" :w="768" <VueDraggableResizable v-if="item.ScenicArray.length==4" :h="496" :w="768"
:ref="'viewSpotVds_' + item * 4 + '_0'+index" tabindex="0" :resizable="false" :ref="'viewSpotVds_' + item * 4 + '_0'+index" tabindex="0" :resizable="false"
:active="false" parent=".travelDaysMasterMap4_1" axis="y" @activated="onActivated(0)" :active="false" :parent="false" axis="y" @activated="onActivated(0)"
:x="ScenicArrayList&&ScenicArrayList.length>0?ScenicArrayList[0].ScenicJson.x:item.TrafficObj.trafficIntroduce.x" :x="ScenicArrayList&&ScenicArrayList.length>0?ScenicArrayList[0].ScenicJson.x:item.TrafficObj.trafficIntroduce.x"
:y="ScenicArrayList&&ScenicArrayList.length>0?ScenicArrayList[0].ScenicJson.y:item.TrafficObj.trafficIntroduce.y" :y="ScenicArrayList&&ScenicArrayList.length>0?ScenicArrayList[0].ScenicJson.y:item.TrafficObj.trafficIntroduce.y"
:z="2" @dragstop="onViewSpotDragstop" :min-width="772"> :z="2" @dragstop="onViewSpotDragstop" :min-width="772">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment