feat: S2 pivot

This commit is contained in:
junjie 2022-02-08 13:56:48 +08:00
parent 95641feef7
commit 590fe30c16
2 changed files with 0 additions and 6 deletions

View File

@ -49,9 +49,6 @@
</el-dropdown-menu>
</el-dropdown>
</el-dropdown-item>
<!-- <el-dropdown-item icon="el-icon-files" :command="beforeClickItem('filter')">-->
<!-- <span>{{ $t('chart.filter') }}...</span>-->
<!-- </el-dropdown-item>-->
<el-dropdown-item v-show="item.deType === 1" divided>
<el-dropdown placement="right-start" size="mini" style="width: 100%" @command="dateStyle">

View File

@ -1284,9 +1284,6 @@ export default {
})
if (view.type === 'table-pivot') {
view.xaxisExt.forEach(function(ele) {
// if (!ele.summary || ele.summary === '') {
// ele.summary = 'sum'
// }
if (!ele.dateStyle || ele.dateStyle === '') {
ele.dateStyle = 'y_M_d'
}