Commit aa670d01 authored by 李苏's avatar 李苏 💬

EXCEL导出

parent f88c25e5
......@@ -45,8 +45,8 @@
<CopyButton ref="copy" :app='app'></CopyButton>
<EditButton ref="edit" :app='app'></EditButton>-->
<AttachFileShow :delButton='false' :addButton='false' :app='app'></AttachFileShow>
<!--<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>-->
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
......@@ -70,7 +70,7 @@
<EditButton ref="edit" :app='app'></EditButton> -->
<!-- <DeleteButton :app='app'></DeleteButton> -->
<!--<FieldButton :app='app'></FieldButton>-->
<!--<ExcelButton :app='app'></ExcelButton>-->
<ExcelButton :app='app'></ExcelButton>
<!-- <AttachFileButton_aqyh :app='app' ></AttachFileButton_aqyh> -->
<!-- 权限-->
......
......@@ -35,6 +35,7 @@
<!--<EditButton ref="edit" :app='app'></EditButton>-->
<!--<AttachFileButton :app='app'></AttachFileButton>-->
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
<template>
<div class="min_full" style="height: 100%;border: 0px;">
<el-row class="tool-bar">
<ExcelButton :app='app'></ExcelButton>
</el-row>
<div class="tablePagers">
<TablePager :delButton='false' @getData='getData' :ref="'TablePager'" :app='app' :query='query' @selectItem='selectItem'
@getRow='getRow'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment