|
|
@@ -13,6 +13,7 @@
|
|
|
<div>
|
|
|
<el-input style="width:150px;!important;" placeholder="请输入搜索内容" :suffix-icon="param.content.where.condition?param.content.where.condition.length > 0?'':'':'el-icon-search'" v-model="param.content.where.condition" @keyup.native.enter="listData(param.content.pageNumber = 1)" @clear="listData(param.content.pageNumber = 1)" size="small" class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
</el-input>
|
|
|
+ <exportFile class="inline-16" :param="param" :columns="tablecols" fileName="营销费用明细"></exportFile>
|
|
|
</div>
|
|
|
<tableTemplate style="margin-top: 16px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="height">
|
|
|
<template v-slot:customcol="scope">
|
|
|
@@ -56,9 +57,10 @@
|
|
|
|
|
|
<script>
|
|
|
import tableTemplate from './table';
|
|
|
+import exportFile from '@/components/export_file/index5'
|
|
|
export default {
|
|
|
name: "balanceDetail",
|
|
|
- components:{tableTemplate},
|
|
|
+ components:{tableTemplate,exportFile},
|
|
|
props:['hrid','selectData'],
|
|
|
data(){
|
|
|
return {
|