Commit c6b50ec9 authored by 黄奎's avatar 黄奎

11

parent 42771a46
......@@ -116,7 +116,7 @@
<el-button type="primary" size="medium" @click="ToWord_2023()">
出团通知书下载WROD</el-button>
<el-button type="primary" size="medium" @click="OuZhouPdf2024()" v-show="lineId==119||lineId==168" style="display:none;">
<el-button type="primary" size="medium" @click="OuZhouPdf2024()" v-if="lineId==119||lineId==168" style="display:none;">
欧洲出团通知书PDF</el-button>
</template>
<template v-else>
......@@ -128,7 +128,7 @@
<el-button type="primary" size="medium" @click="ToWord_2023()" style="margin-left:20px;">
行程下载WORD</el-button>
<el-button type="primary" size="medium" @click="OuZhouPdf2024()" style="margin-left:20px; display:none;"
v-show="lineId==119||lineId==168">
v-if="lineId==119||lineId==168">
欧洲行程PDF</el-button>
</template>
<!-- 可以让销售修改基本信息-->
......
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