{
    "title": "@functionName@",
    "type": "page",
    "body": {
        "type": "crud",
		"tableClassName": "myGridHeader_a",
        "columnsTogglable": true,
        "loadDataOnce": true,
        "//title": "Ӹ",
        "@zero_filter@filter": {
            "title": "",
            "submitText": "",
            "body": [
                {
                    "type": "fieldSet",
                    "collapsable": true,
                    "title": "d߱",
                    "body": [
							@query_filtrs@
                    ]
                }
            ]
        },
        "api": {
            "method": "post",
            "url": "${ls:base_ip}/xapi/v2/${ls:base_db}/@sp_name@/@sp_type@/",
            "data": {
					@sp_para_filter@
            },
            "dataType": "form"
        },
        "headerToolbar": [
            {
                "type": "export-excel",
                "label": "ץX Excel",
                "api": {
                    "method": "post",
                    "url": "${ls:base_ip}/xapi/v2/${ls:base_db}/@sp_name@/@sp_type@/",
                    "data": {
							@sp_para_filter@
                    },
                    "dataType": "form"
                }
            },
            {
                "type": "tpl",
                "tpl": "@ ${count} "
            },
			@ext_button_U@
            {
                "type": "pagination",
                "align": "right"
            }
        ],
        "footerToolbar": [
            "statistics",
            "switch-per-page",
            "pagination"
        ],
		"combineNum": @col_combine_Num@,
        "combineFromIndex": 0,
        "columns": [
			@query_fields@
			@ext_button_I@
		]
    }
}