|
@@ -154,8 +154,8 @@
|
|
|
:sort-config="{remote:true}"
|
|
|
:export-config="{
|
|
|
remote: true,
|
|
|
- filename: `项目报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
|
|
|
- sheetName: `项目报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
|
|
|
+ filename: `咨询报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
|
|
|
+ sheetName: `咨询报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
|
|
|
exportMethod: exportMethod,
|
|
|
types: ['xlsx'],
|
|
|
modes: ['current', 'selected', 'all']
|
|
@@ -767,7 +767,7 @@
|
|
|
...this.searchForm
|
|
|
}).then((res) => {
|
|
|
// 将二进制流文件写入excel表,以下为重要步骤
|
|
|
- this.$utils.downloadExcel(res, '项目-报销审批列表信息')
|
|
|
+ this.$utils.downloadExcel(res, '咨询-报销审批列表信息')
|
|
|
this.loading = false
|
|
|
}).catch(function (err) {
|
|
|
this.loading = false
|
|
@@ -798,7 +798,7 @@
|
|
|
...this.searchForm
|
|
|
}).then((res) => {
|
|
|
// 将二进制流文件写入excel表,以下为重要步骤
|
|
|
- this.$utils.downloadExcel(res, '项目-报销电子发票报销列表')
|
|
|
+ this.$utils.downloadExcel(res, '咨询-报销电子发票报销列表')
|
|
|
this.loading = false
|
|
|
}).catch(function (err) {
|
|
|
this.loading = false
|