...
|
...
|
@@ -154,7 +154,7 @@ type TableAbility struct { |
|
|
FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关
|
|
|
DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表
|
|
|
CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关
|
|
|
CardIndent string `json:"cardIndent,optional"` // 顺序标识
|
|
|
CardIdent string `json:"cardIdent,optional"` // 顺序标识
|
|
|
CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序
|
|
|
}
|
|
|
|
...
|
...
|
|