https://doc.rg1008.com/docs/rg_pass_api/rg_pass_api-1dig05putsfdc

\RG3.Web.Host.PaaS\Config\Mapper\basis\boapp\mapper_bo-app-config-setting_sql__biz.json.json


{
  "rules": {
    // #region json格式字段
    "meta": [
      {
        "type": "maxlength",
        "required": false,
        "isAdd": true,
        "isEdit": true,
        "max": 4000,
        "message": "【{meta}】值最大长度为4000。"
      },
      //json验证
      {
        "type": "json",
        "required": true,
        "isAdd": true,
        "isEdit": true,
        "message": "【{meta}】Json格式不正确。"
      }
    ]
    // #endregion json格式字段
  },
  "responseField": {},
  "columns": {
    // #region json格式字段
    "meta": {
      "tableId": 1,
      "field": "meta",
      "isData": true,
      "dataType": "varchar",
      "title": "扩展属性",
      "remark": "json,json字符串{icon:true,hidden:true}",
      "name": "meta",
      "alias": "meta",
      "editPropertie": { "showMethod": "json" },
      "pagePropertie": { "showMethod": "json" },
      "listPropertie": { "showMethod": "json" },
      "maxLength": 4000
    }
    // #endregion json格式字段
  },
  "dimDatas": {}
}

\RG3.Web.Host.PaaS\Config\Bridge\basis\boapp\bridge_bo-app-config-setting__biz.json.json

{
  "table": {
    "columns": {
      //#endregion json
      "propertys": {
        "attrs": {
          "type": "expand",
          "show-content-title": "详情",
          "drag": true,
          "hideTitle": "hide"
        },
        "attrsInt": {},
        "meta": {
          "html": true,
          "component": "bs-text",
          "componentOp": "bs-json"
        }
      }
      //#endregion json
    }
  },
  "form": {
    "columns": {
      //#region json
      "propertys": {
        "attrs": {
          "label": "扩展属性",
          "hideTitle": "hide",
          // 隐藏列标题
          "hidden-column-title": true
        },
        "attrsInt": {},
        "meta": {
          "component": "bs-json",
          "span": 24
        }
      }
      //#endregion json
    }
  },
  "search": {}
}
文档更新时间: 2023-06-12 11:17   作者:admin