|
@@ -3,7 +3,7 @@
|
|
|
<div>
|
|
|
<el-card>
|
|
|
<div style="text-align:right">
|
|
|
- <el-button type="primary" @click="printDataView()">打印</el-button>
|
|
|
+ <el-button type="primary" @click.stop="printDataView()">打印</el-button>
|
|
|
<el-button type="primary" v-if="isShow" @click="handleConfirm" :loading="sureLoading"
|
|
|
>确 认</el-button
|
|
|
>
|
|
@@ -58,7 +58,7 @@
|
|
|
<div class="common-card">
|
|
|
<h3>明细信息</h3>
|
|
|
<div class="right-btn">
|
|
|
- <el-button type="primary" @click="exportExal()">导出</el-button>
|
|
|
+ <el-button type="primary" @click.stop="exportExal()">导出</el-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-table
|