|
@@ -3,7 +3,7 @@
|
|
|
<router-view></router-view>
|
|
<router-view></router-view>
|
|
|
|
|
|
|
|
<div class="hide">
|
|
<div class="hide">
|
|
|
- <!-- <webview
|
|
|
|
|
|
|
+ <webview
|
|
|
id="printWebview"
|
|
id="printWebview"
|
|
|
:src="publicPath"
|
|
:src="publicPath"
|
|
|
nodeintegration
|
|
nodeintegration
|
|
@@ -13,7 +13,7 @@
|
|
|
id="printSmallTicketWebview"
|
|
id="printSmallTicketWebview"
|
|
|
:src="publicSmallTicketPath"
|
|
:src="publicSmallTicketPath"
|
|
|
nodeintegration
|
|
nodeintegration
|
|
|
- ></webview> -->
|
|
|
|
|
|
|
+ ></webview>
|
|
|
|
|
|
|
|
<!-- 打印模板 -->
|
|
<!-- 打印模板 -->
|
|
|
<PrintTemplate :current-ticket="currentTicket"></PrintTemplate>
|
|
<PrintTemplate :current-ticket="currentTicket"></PrintTemplate>
|