{
    "table":{
        "columns":{
              "idCard": {
                "sortId": 9999,
                "alias": "id_card",
                "field": "idCard",
                "events": {},
                "attrs": {
                  "type": "expand",
                  "label": "身份证",
                  "maxlength": 100,
                  "clearable": true,
                  //控制地图等数据加载完成后再加载
                  "lazy-renger": false,
                  //自定义组件 用于表格
                  "component-type-show": "custom",
                  //开启点击事件
                  "open-parent-click": true,
                  //自定义组件
                  "component-type": "custom"
                },
                "attrsInt": {},
                "meta": {
                  "encDesMethod": "qt2db", //前端加密    qt db  qt2db
                  "html": false,
                  "edit": true,
                  "component": "bs-qt2db-text",
                  "componentOp": "bs-qt2db-input",
                  "rowId": "1",
                  "tabId": "1",
                  "type": "basis",
                  "span": 12
                }
              },
        }
    }
}
文档更新时间: 2022-02-15 18:10   作者:admin