|
@@ -4,7 +4,7 @@
|
|
|
<normalLayout @onRefresh="inputChange">
|
|
<normalLayout @onRefresh="inputChange">
|
|
|
<div slot="titleRight">
|
|
<div slot="titleRight">
|
|
|
<Add class="inline-16" v-if="tool.checkAuth($route.name,'insert')" @onSuccess="listData()"/>
|
|
<Add class="inline-16" v-if="tool.checkAuth($route.name,'insert')" @onSuccess="listData()"/>
|
|
|
- <excel class="inline-16" :tablecols="layout" :param="params" :total="total" :excelTitle="$route.meta.title"></excel>
|
|
|
|
|
|
|
+ <exportFile :param="params" fileName="收款条件设置"></exportFile>
|
|
|
</div>
|
|
</div>
|
|
|
<div slot="content">
|
|
<div slot="content">
|
|
|
<div class="normal-card">
|
|
<div class="normal-card">
|
|
@@ -44,7 +44,7 @@
|
|
|
<script>
|
|
<script>
|
|
|
import Table from './modules/table'
|
|
import Table from './modules/table'
|
|
|
import Add from './components/add'
|
|
import Add from './components/add'
|
|
|
-import excel from './modules/excel'
|
|
|
|
|
|
|
+import exportFile from '@/components/export_file/index6'
|
|
|
import {mapGetters} from "vuex";
|
|
import {mapGetters} from "vuex";
|
|
|
export default {
|
|
export default {
|
|
|
data () {
|
|
data () {
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- components:{Table,Add,excel},
|
|
|
|
|
|
|
+ components:{Table,Add,exportFile},
|
|
|
created () {
|
|
created () {
|
|
|
this.listData()
|
|
this.listData()
|
|
|
},
|
|
},
|