mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
feat:fontsize fix;仪表板视图过滤组件
This commit is contained in:
parent
1d2e5d846d
commit
f525d9154a
@ -184,7 +184,7 @@ public class MysqlQueryProvider extends QueryProvider {
|
|||||||
StringUtils.join(groupField, ","),
|
StringUtils.join(groupField, ","),
|
||||||
StringUtils.join(field, ","),
|
StringUtils.join(field, ","),
|
||||||
table,
|
table,
|
||||||
xFilter.length > 0 ? StringUtils.join(xFilter, " ") : "" + transMysqlExtFilter(extFilterRequestList),// origin field filter and panel field filter
|
(xFilter.length > 0 ? StringUtils.join(xFilter, " ") : "") + transMysqlExtFilter(extFilterRequestList),// origin field filter and panel field filter
|
||||||
StringUtils.join(group, ","),
|
StringUtils.join(group, ","),
|
||||||
StringUtils.join(order, ","));
|
StringUtils.join(order, ","));
|
||||||
if (sql.endsWith(",")) {
|
if (sql.endsWith(",")) {
|
||||||
|
@ -194,7 +194,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
init() {
|
init() {
|
||||||
const arr = []
|
const arr = []
|
||||||
for (let i = 10; i <= 30; i = i + 2) {
|
for (let i = 10; i <= 60; i = i + 2) {
|
||||||
arr.push({
|
arr.push({
|
||||||
name: i + '',
|
name: i + '',
|
||||||
value: i + ''
|
value: i + ''
|
||||||
|
Loading…
Reference in New Issue
Block a user