【删除】多余代码
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user