forked from github/dataease
feat: S2 pivot
This commit is contained in:
parent
95641feef7
commit
590fe30c16
@ -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">
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user