作者 yangfu

P0 优化

@@ -154,7 +154,7 @@ type TableAbility struct { @@ -154,7 +154,7 @@ type TableAbility struct {
154 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关 154 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关
155 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表 155 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表
156 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关 156 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关
157 - CardIndent string `json:"cardIndent,optional"` // 顺序标识 157 + CardIdent string `json:"cardIdent,optional"` // 顺序标识
158 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序 158 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序
159 } 159 }
160 160
@@ -64,7 +64,7 @@ type TableAbility struct { @@ -64,7 +64,7 @@ type TableAbility struct {
64 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关 64 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关
65 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表 65 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表
66 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关 66 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关
67 - CardIndent string `json:"cardIndent,optional"` // 顺序标识 67 + CardIdent string `json:"cardIdent,optional"` // 顺序标识
68 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序 68 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序
69 } 69 }
70 70
@@ -191,7 +191,7 @@ type( @@ -191,7 +191,7 @@ type(
191 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关 191 FilterSwitch bool `json:"filterSwitch,optional"` // 表筛选功能开关
192 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表 192 DimensionList []Dimension `json:"dimensionList,optional"` // 维度列表
193 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关 193 CardSwitch bool `json:"cardSwitch,optional"` // 顺序标识开关
194 - CardIndent string `json:"cardIndent,optional"` // 顺序标识 194 + CardIdent string `json:"cardIdent,optional"` // 顺序标识
195 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序 195 CardOrderList []CardOrderItem `json:"cardOrderList,optional"` // 卡片列表顺序
196 } 196 }
197 CardOrderItem struct { 197 CardOrderItem struct {