381e26ab by zhangmeng

酒店确认

1 parent e35498db
......@@ -381,7 +381,15 @@
</div>
</el-col>
<el-col :lg="24">
<div class="text-center" />
<el-link
v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&language!=0" type="primary"
@click="exportPdf"
>
<el-icon>
<Upload />
</el-icon>
{{ language == 0 ? '导出酒店预订单' : 'Export PDF' }}
</el-link>
</el-col>
</el-row>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!