Commit c1491964 authored by 黄奎's avatar 黄奎

行程下载调整

parent ed70b7fa
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<template v-else> <template v-else>
<el-button type="primary" size="medium" @click="toPDF_2023()"> <el-button type="primary" size="medium" @click="toPDF_2023()">
行程下载</el-button> 行程下载</el-button>
<el-button type="primary" size="medium" @click="toPDF_2023(1)" style="margin-left:20px;display:none;"> <el-button type="primary" size="medium" @click="toPDF_2023(1)" style="margin-left:20px;">
行程下载(云盘)</el-button> 行程下载(云盘)</el-button>
<el-button type="primary" size="medium" @click="gernalFeature(1)" style="margin-left:20px;"> <el-button type="primary" size="medium" @click="gernalFeature(1)" style="margin-left:20px;">
行程下载WORD</el-button> 行程下载WORD</el-button>
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
修改信息</el-button> 修改信息</el-button>
<el-checkbox class="marginL11" style="display:none;" v-model="isShowTime">显示行程日期</el-checkbox> <el-checkbox class="marginL11" style="display:none;" v-model="isShowTime">显示行程日期</el-checkbox>
</el-col> </el-col>
<el-col v-if="orderId<=0">
<span style="color:red;padding-left:10px;">温馨提示:OP保存行程后请等待1-2分钟后再下载行程。</span>
</el-col>
</el-row> </el-row>
<div id="pdfNode" class="LeaveGroupDownload-form LeaveGroupDownload-formHV"> <div id="pdfNode" class="LeaveGroupDownload-form LeaveGroupDownload-formHV">
<div id="pdfDom" :class="[dataAll&&dataAll.featurePageType==1?'pdfDomHV':'']"> <div id="pdfDom" :class="[dataAll&&dataAll.featurePageType==1?'pdfDomHV':'']">
......
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