|
@@ -11,8 +11,8 @@
|
11
|
11
|
:header-cell-style="() => { return { backgroundColor: '#FFFFFF !important', border: 'none!important' } }"
|
12
|
12
|
:height="height" show-footer-overflow="tooltip" show-overflow="tooltip" size="mini">
|
13
|
13
|
<ux-table-column v-for="item in desCol" :key="item.column" :resizable="true" :field="item.column"
|
14
|
|
- :title="item.name" :min-width="item.min_width ? item.min_width : 140" :fixed="item.column == 'date' ? 'left' : ''"
|
15
|
|
- align="center">
|
|
14
|
+ :title="item.name" :min-width="item.min_width ? item.min_width : 140"
|
|
15
|
+ :fixed="item.column == 'date' ? 'left' : ''" align="center">
|
16
|
16
|
<template #header>
|
17
|
17
|
<div class="flex-align-jus-center">{{ item.name }}
|
18
|
18
|
<el-tooltip v-if="item.notes" :content="item.notes" placement="top">
|
|
@@ -133,7 +133,7 @@ export default {
|
133
|
133
|
sheetName: ''// 表一的sheet名字
|
134
|
134
|
}
|
135
|
135
|
]
|
136
|
|
- this.$exportOrder({ excelDatas, name: `投手数据(导出时间:${this.$getDay(0)})` })
|
|
136
|
+ this.$exportOrder({ excelDatas, name: `数据循环统计(导出时间:${this.$getDay(0)})` })
|
137
|
137
|
}
|
138
|
138
|
}
|
139
|
139
|
}
|