Commit b1821e6a authored by 黄奎's avatar 黄奎

页面修改

parent 55f1b1b4
...@@ -944,7 +944,8 @@ ...@@ -944,7 +944,8 @@
</tr> </tr>
<tr> <tr>
<td colspan="2" style="text-align:center;"> <td colspan="2" style="text-align:center;">
<input type="button" class="normalBtn" :value="$t('pub.saveBtn')" @click="openAirticket()" /> <input type="button" class="normalBtn" :value="$t('pub.saveBtn')"
@click="openAirticket()" />
</td> </td>
</tr> </tr>
</table> </table>
...@@ -1033,15 +1034,9 @@ ...@@ -1033,15 +1034,9 @@
<i class="el-icon-arrow-down el-icon--right"></i> <i class="el-icon-arrow-down el-icon--right"></i>
</span> </span>
<el-dropdown-menu slot="dropdown" class="TC-dropdown"> <el-dropdown-menu slot="dropdown" class="TC-dropdown">
<!-- <el-dropdown-item @click.native="goToOpenTravel('TravelManager2',item.ID,0,item)">
{{$t('Operation.Op_xilieModyfi')}}
</el-dropdown-item> -->
<el-dropdown-item @click.native="goToOpenTravel('TravelManager',item.ID,0,item)"> <el-dropdown-item @click.native="goToOpenTravel('TravelManager',item.ID,0,item)">
系列团新版面 系列团新版面
</el-dropdown-item> </el-dropdown-item>
<!-- <el-dropdown-item @click.native="goTonowTeam('TravelManager2',item.ID,item.TCID,item.TCNUM,item)">
{{$t('Operation.Op_dangtuanModify')}}
</el-dropdown-item> -->
<el-dropdown-item @click.native="goTonowTeam('TravelManager',item.ID,item.TCID,item.TCNUM,item)"> <el-dropdown-item @click.native="goTonowTeam('TravelManager',item.ID,item.TCID,item.TCNUM,item)">
当团新版面 当团新版面
</el-dropdown-item> </el-dropdown-item>
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
<template v-if="true"> <template v-if="true">
<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 v-if="!FeatureData.ConfigId&&FeatureData.FeatureType==9" style="color: red;float: right;margin-right: 5px;line-height: 28px;">请先选择版型并保存数据</span> --> <span style="color: red;float: right;margin-right: 5px;line-height: 28px;font-weight:bold;">
新复制的团期,如需单独修改【行程特色】操作步骤: 当团修改=》保存=》团控列表=》当团修改=》编辑行程特色.</span>
</template> </template>
<div class="TrfList clearfix"> <div class="TrfList clearfix">
<!--&&item.TypeState!=8-->
<template v-for="item in TypeArray"> <template v-for="item in TypeArray">
<div class="TFslide" <div class="TFslide"
:class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}" :class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}"
......
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