{
    "tableId":"dialogTableList",
    "tableName": "dialogTableList",
    "height":"auto",
    "isLoading": true,
    "isDColumn":true,
    "columns": [
        {
        "prop":"cusNo",
        "label": "客户编号",
        "width": "",
        "isShow": true
    },{
        "prop": "cusName",
        "label": "客户名称",
        "width": "",
        "isShow": true
    },{
        "prop": "formal",
        "label": "客户类型",
        "width": "",
        "isShow": true
    },{
        "prop": "idType",
        "label": "证件类型",
        "width": "",
        "isShow": true
    },{
        "prop": "mailAddr",
        "label": "客户地址",
         "width": "",
        "isShow": false
    }],
    "tableData": []
}