【删除】多余代码

This commit is contained in:
yanran200730
2024-10-26 23:15:03 +08:00
parent 8900853066
commit 244d84d45d
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
</template>
<template #rightBtn>
<el-button @click="preview" size="small" type="danger">预览</el-button>
<el-button @click="savePdf" size="small" type="primary">下载pdf</el-button>
<!-- <el-button @click="savePdf" size="small" type="primary">下载pdf</el-button> -->
<el-button @click="print" size="small">打印</el-button>
<el-button @click="clearPaper" size="small" type="danger">清空纸张</el-button>
<el-button @click="saveTemplate" size="small" type="primary" :loading="isLoading">保存</el-button>

View File

@@ -70,7 +70,8 @@
:isShowPagination="false"
:height="height"
@getList="() => {}"
@selection-change="handleSelectionChange">
@selection-change="handleSelectionChange"
:loading="isLoading">
<el-table-column slot="options" label="操作" align="center" fixed="right" width="140px">
<template v-slot="{ row }">
<div class="table-options">