|
@@ -24,7 +24,7 @@ const funExport = () => {
|
|
:style="{ height: typeof props.height === 'string' ? props.height : props.height + 'px' }">
|
|
:style="{ height: typeof props.height === 'string' ? props.height : props.height + 'px' }">
|
|
<div class="flex justify-between items-center pb-[10px] border-b-[1px]">
|
|
<div class="flex justify-between items-center pb-[10px] border-b-[1px]">
|
|
<h3>{{props.tableName}}</h3>
|
|
<h3>{{props.tableName}}</h3>
|
|
- <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button>
|
|
|
|
|
|
+ <!-- <el-button type="primary" @click="funExport" :disabled="!props.tableId">数据导出</el-button> -->
|
|
</div>
|
|
</div>
|
|
<el-table border :data="props.data"
|
|
<el-table border :data="props.data"
|
|
size="small" v-loading="props.loading"
|
|
size="small" v-loading="props.loading"
|