Q:列值没显示

A:如果是移除字段,positionType需要设置为expand

{
  "table": {
    "columns": {
      "userShowName": {
        "attrs": {
          "positionType": "expand"
        }
      },
      "openId": {
        "attrs": {
          "positionType": "main"
        }
      },
      "createDate": {
        "attrs": {
          "positionType": "main"
        }
      }
    }
  }
}

A:扩展列里面必须有一个字段

文档更新时间: 2023-06-12 11:01   作者:admin