|
@@ -36814,6 +36814,10 @@ var doc = `{
|
|
|
"description": "列宽",
|
|
"description": "列宽",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "fixed": {
|
|
|
|
|
+ "description": "固定类型 - 空 | left | right",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"formatterstring": {
|
|
"formatterstring": {
|
|
|
"description": "格式化字符",
|
|
"description": "格式化字符",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -36826,6 +36830,10 @@ var doc = `{
|
|
|
"description": "表头分组名称",
|
|
"description": "表头分组名称",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "ismerge": {
|
|
|
|
|
+ "description": "是否合并显示 - 0:不合并 1:合并",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"isshow": {
|
|
"isshow": {
|
|
|
"description": "是否显示 - 0:不显示 1:显示",
|
|
"description": "是否显示 - 0:不显示 1:显示",
|
|
|
"type": "integer"
|
|
"type": "integer"
|