{
    "tableId":"cusList",
    "tableName": "cusList",
    "height":"auto",
    "url":"/mftcc-plt-server/cusCorpInfo/findByPage",
    "isPagination": true,
    "isLoading": true,
    "isDColumn":true,
    "columns": [
        {
        "prop":"cusNo",
        "label": "客户编号",
        "width": "100px",
        "isShow": true,
        "fieldType": "text",
        "dataType": "",
        "formatter": "",
        "href":{
            "path":"/demo/CRUD/singleForm/cusCorpInfoDetails?aaa=222",
            "query":["cusNo","cusName"]
        }
    },{
        "prop": "cusName",
        "label": "客户名称",
        "width": "150px",
        "isShow": true
    },{
        "prop": "formal",
        "label": "客户类型",
        "width": "80px",
        "isShow": true,
        "fieldType": "multipleSelection",
        "dataType": "",
        "dicKey": "FORMAL",
        "dicItem": [
          {"optCode": "","optName": ""}
        ]
    },{
        "prop": "idType",
        "label": "证件类型",
        "width": "80px",
        "isShow": true,
        "fieldType": "switch",
        "dataType": "string",
        "switchAttr": {
            "activeValue": "B",
            "inActiveValue": "1",
            "readOnly": true,
            "changeEvent": "idTypeChange"
        },
        "dicKey": "ID_TYPE",
        "dicItem": [
          {"optCode": "","optName": ""}
        ]
    },{
        "prop": "mailAddr",
        "label": "客户地址",
         "width": "250px",
        "isShow": false
    },
    {
        "prop": "licNo",
        "label": "营业执照号",
         "width": "250px",
        "isShow": true,
        "fieldType": "select",
        "dataType": "library",
        "library": {
            "url": "/mftcc-plt-server/cusCorpInfo/findByCusName",
            "realField": "licNo",
            "showField": "cusName"
        },
        "formatter": ""
    },
    {
        "prop": "",
        "label": "操作",
        "width": "300px",
        "data": [{
            "label": "修改",
            "type": "edit",
            "perm": ""
        },{
            "label": "删除",
            "type": "delete"
        },{
            "label": "权限",
            "perm": "cus:list:auth",
            "auth":"cusNo-10000002;regOpNo-0000",
            "type": "delete"
        }]
    }],
    "tableData": []
}