mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
feat(视图): ClickHouse, Oracle支持年季度、年周
This commit is contained in:
@@ -335,6 +335,8 @@ export default {
|
||||
this.showDateExt = (this.chart.datasourceType === 'mysql' ||
|
||||
this.chart.datasourceType === 'ds_doris' ||
|
||||
this.chart.datasourceType === 'StarRocks' ||
|
||||
this.chart.datasourceType === 'ck' ||
|
||||
this.chart.datasourceType === 'oracle' ||
|
||||
this.chart.datasetMode === 1) && this.chart.type !== 'bar-time-range'
|
||||
} else {
|
||||
this.showDateExt = false
|
||||
|
||||
@@ -356,6 +356,8 @@ export default {
|
||||
this.showDateExt = this.chart.datasourceType === 'mysql' ||
|
||||
this.chart.datasourceType === 'ds_doris' ||
|
||||
this.chart.datasourceType === 'StarRocks' ||
|
||||
this.chart.datasourceType === 'ck' ||
|
||||
this.chart.datasourceType === 'oracle' ||
|
||||
this.chart.datasetMode === 1
|
||||
} else {
|
||||
this.showDateExt = false
|
||||
|
||||
Reference in New Issue
Block a user